diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 00:54:09 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 00:54:09 +0000 |
commit | dcc8fbca31ff1ae93642a92afde54f938b055bc6 (patch) | |
tree | f73ca74c6de8f228deda2a4fb0ceb5ac0931a823 /chrome/browser/ui/browser_command_controller.cc | |
parent | 0b663eae84d1996b38836b79b6b5e0cb2b8fee73 (diff) | |
download | chromium_src-dcc8fbca31ff1ae93642a92afde54f938b055bc6.zip chromium_src-dcc8fbca31ff1ae93642a92afde54f938b055bc6.tar.gz chromium_src-dcc8fbca31ff1ae93642a92afde54f938b055bc6.tar.bz2 |
Update some includes of chrome_notification_types.h
Review URL: https://codereview.chromium.org/19071004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_command_controller.cc')
-rw-r--r-- | chrome/browser/ui/browser_command_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc index b38cf57..1e214b7 100644 --- a/chrome/browser/ui/browser_command_controller.cc +++ b/chrome/browser/ui/browser_command_controller.cc @@ -7,6 +7,7 @@ #include "base/prefs/pref_service.h" #include "chrome/app/chrome_command_ids.h" #include "chrome/browser/browser_process.h" +#include "chrome/browser/chrome_notification_types.h" #include "chrome/browser/defaults.h" #include "chrome/browser/extensions/extension_service.h" #include "chrome/browser/prefs/incognito_mode_prefs.h" @@ -26,7 +27,6 @@ #include "chrome/browser/ui/sync/sync_promo_ui.h" #include "chrome/browser/ui/tabs/tab_strip_model.h" #include "chrome/browser/ui/tabs/tab_strip_model_utils.h" -#include "chrome/common/chrome_notification_types.h" #include "chrome/common/pref_names.h" #include "chrome/common/profiling.h" #include "content/public/browser/native_web_keyboard_event.h" |