diff options
author | thestig <thestig@chromium.org> | 2014-10-28 15:06:02 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-28 22:06:24 +0000 |
commit | dc377204506664e5c580189927f94c7b9253bcb0 (patch) | |
tree | 05ce724d613358c5eca94e49f6bd3ec2b4145297 /chrome/browser/browser_process_impl.cc | |
parent | c545fc36e21d1af98b0a0b082e8ae1b7342e71dd (diff) | |
download | chromium_src-dc377204506664e5c580189927f94c7b9253bcb0.zip chromium_src-dc377204506664e5c580189927f94c7b9253bcb0.tar.gz chromium_src-dc377204506664e5c580189927f94c7b9253bcb0.tar.bz2 |
Cleanup: Remove some avatar desktop files and power collector files from the Android build.
Also move a couple #includes into the right #ifdef.
BUG=159847
Review URL: https://codereview.chromium.org/680573003
Cr-Commit-Position: refs/heads/master@{#301721}
Diffstat (limited to 'chrome/browser/browser_process_impl.cc')
-rw-r--r-- | chrome/browser/browser_process_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc index b0ae1ea..47f44d7 100644 --- a/chrome/browser/browser_process_impl.cc +++ b/chrome/browser/browser_process_impl.cc @@ -59,7 +59,6 @@ #include "chrome/browser/safe_browsing/safe_browsing_service.h" #include "chrome/browser/shell_integration.h" #include "chrome/browser/status_icons/status_tray.h" -#include "chrome/browser/ui/apps/chrome_app_window_client.h" #include "chrome/browser/ui/browser_dialogs.h" #include "chrome/browser/ui/browser_finder.h" #include "chrome/browser/ui/user_manager.h" @@ -129,6 +128,7 @@ #include "chrome/browser/extensions/event_router_forwarder.h" #include "chrome/browser/extensions/extension_renderer_state.h" #include "chrome/browser/media_galleries/media_file_system_registry.h" +#include "chrome/browser/ui/apps/chrome_app_window_client.h" #include "components/storage_monitor/storage_monitor.h" #include "extensions/common/extension_l10n_util.h" #endif |