Skip to content

Commit

Permalink
[iOS] ApplicationBreadcrumbsLoggerIOS dropped IOS in the name.
Browse files Browse the repository at this point in the history
Chromium change:

https://chromium.googlesource.com/chromium/src.git/+/db3c4f57c5624d6ec1b644036527644dfca8710e

commit db3c4f57c5624d6ec1b644036527644dfca8710e
Author: Jesse McKenna <[email protected]>
Date:   Thu Oct 28 00:53:21 2021 +0000

    breadcrumbs: rename application breadcrumbs logger

    This change renames ApplicationBreadcrumbsLoggerIOS to just
    ApplicationBreadcrumbsLogger, removing the IOS suffix. This is more
    concise, and matches the naming style of other platform-specific
    classes in the same folder, e.g., BreadcrumbManagerTabHelper.

    The directory path is sufficient to inform the reader that this is the
    iOS implementation of the class.

    Bug: 1163762
  • Loading branch information
mkarolin committed Nov 3, 2021
1 parent 22fa524 commit 7433713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include "ios/chrome/browser/browser_state/chrome_browser_state_manager_impl.h"
#include "ios/chrome/browser/chrome_paths.h"
#include "ios/chrome/browser/component_updater/ios_component_updater_configurator.h"
#import "ios/chrome/browser/crash_report/breadcrumbs/application_breadcrumbs_logger_ios.h"
#import "ios/chrome/browser/crash_report/breadcrumbs/application_breadcrumbs_logger.h"
#include "ios/chrome/browser/history/history_service_factory.h"
#include "ios/chrome/browser/ios_chrome_io_thread.h"
#include "ios/chrome/browser/policy/browser_policy_connector_ios.h"
Expand Down

0 comments on commit 7433713

Please sign in to comment.