diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-14 17:20:19 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-14 17:20:19 +0000 |
commit | e5ba874f019eb505a048ffb38aadf8bb5f495d7f (patch) | |
tree | cd845816e0959333555fc883d2fac49e3374fecc /chrome/browser/profiles/profile_info_cache_unittest.cc | |
parent | ad694eb0fddfdbcb74e31d13e473ce277c680ca8 (diff) | |
download | chromium_src-e5ba874f019eb505a048ffb38aadf8bb5f495d7f.zip chromium_src-e5ba874f019eb505a048ffb38aadf8bb5f495d7f.tar.gz chromium_src-e5ba874f019eb505a048ffb38aadf8bb5f495d7f.tar.bz2 |
Moving last generic Prefs implementation files to base/prefs/.
This completes componentization of Prefs, although there are some
remaining TODOs that were created during componentization and
interface improvement that still need to be tackled.
TBR=ben@chromium.org
BUG=155525
Review URL: https://chromiumcodereview.appspot.com/12253004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182485 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 d390c67..e7b7fef 100644 --- a/chrome/browser/profiles/profile_info_cache_unittest.cc +++ b/chrome/browser/profiles/profile_info_cache_unittest.cc @@ -4,6 +4,7 @@ #include "chrome/browser/profiles/profile_info_cache_unittest.h" +#include "base/prefs/testing_pref_service.h" #include "base/stringprintf.h" #include "base/utf_string_conversions.h" #include "chrome/browser/browser_process.h" @@ -11,7 +12,6 @@ #include "chrome/browser/profiles/profile_manager.h" #include "chrome/common/chrome_notification_types.h" #include "chrome/test/base/testing_browser_process.h" -#include "chrome/test/base/testing_pref_service.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" #include "content/public/browser/notification_service.h" |