diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 00:59:03 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-12 00:59:03 +0000 |
commit | 25ff086a748e9b399f8ca78cea3d2811a6545d9d (patch) | |
tree | 2cbfffe34f888550f54a8d8316d2feee22793973 /chrome/browser/profiles/profile_info_cache_unittest.cc | |
parent | e07cd36042cde332291241d7bdeb1d757c7e2a91 (diff) | |
download | chromium_src-25ff086a748e9b399f8ca78cea3d2811a6545d9d.zip chromium_src-25ff086a748e9b399f8ca78cea3d2811a6545d9d.tar.gz chromium_src-25ff086a748e9b399f8ca78cea3d2811a6545d9d.tar.bz2 |
Update some includes of chrome_notification_types.h
TBR=brettw
Review URL: https://codereview.chromium.org/18644007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211277 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profiles/profile_info_cache_unittest.cc')
-rw-r--r-- | chrome/browser/profiles/profile_info_cache_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_info_cache_unittest.cc b/chrome/browser/profiles/profile_info_cache_unittest.cc index 3c2fcaa..2dc49ea 100644 --- a/chrome/browser/profiles/profile_info_cache_unittest.cc +++ b/chrome/browser/profiles/profile_info_cache_unittest.cc @@ -8,9 +8,9 @@ #include "base/strings/stringprintf.h" #include "base/strings/utf_string_conversions.h" #include "chrome/browser/browser_process.h" +#include "chrome/browser/chrome_notification_types.h" #include "chrome/browser/profiles/profile_info_cache.h" #include "chrome/browser/profiles/profile_manager.h" -#include "chrome/common/chrome_notification_types.h" #include "chrome/test/base/testing_browser_process.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" |