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/password_manager | |
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/password_manager')
-rw-r--r-- | chrome/browser/password_manager/password_store_x.cc | 2 | ||||
-rw-r--r-- | chrome/browser/password_manager/password_store_x_unittest.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/password_manager/password_store_x.cc b/chrome/browser/password_manager/password_store_x.cc index 95c549f..cc6b6cf 100644 --- a/chrome/browser/password_manager/password_store_x.cc +++ b/chrome/browser/password_manager/password_store_x.cc @@ -12,8 +12,8 @@ #include "base/logging.h" #include "base/prefs/pref_service.h" #include "base/stl_util.h" +#include "chrome/browser/chrome_notification_types.h" #include "chrome/browser/password_manager/password_store_change.h" -#include "chrome/common/chrome_notification_types.h" #include "chrome/common/pref_names.h" #include "components/user_prefs/pref_registry_syncable.h" #include "content/public/browser/browser_thread.h" diff --git a/chrome/browser/password_manager/password_store_x_unittest.cc b/chrome/browser/password_manager/password_store_x_unittest.cc index 8b5cb44..ed6e8fe 100644 --- a/chrome/browser/password_manager/password_store_x_unittest.cc +++ b/chrome/browser/password_manager/password_store_x_unittest.cc @@ -15,11 +15,11 @@ #include "base/strings/utf_string_conversions.h" #include "base/synchronization/waitable_event.h" #include "base/time/time.h" +#include "chrome/browser/chrome_notification_types.h" #include "chrome/browser/password_manager/password_form_data.h" #include "chrome/browser/password_manager/password_store_change.h" #include "chrome/browser/password_manager/password_store_consumer.h" #include "chrome/browser/password_manager/password_store_x.h" -#include "chrome/common/chrome_notification_types.h" #include "chrome/common/pref_names.h" #include "chrome/test/base/testing_browser_process.h" #include "chrome/test/base/testing_profile.h" |