summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_manager.h
diff options
context:
space:
mode:
authorjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-21 11:19:54 +0000
committerjoi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-21 11:19:54 +0000
commitc5aa8261ca0a8bed734071220d5a36b674458aba (patch)
treedf75119e49e671cfccc04183a50bb47c57d8c910 /chrome/browser/autofill/autofill_manager.h
parent49291fd5b3a504c7633f61f0bda917ac942c85fa (diff)
downloadchromium_src-c5aa8261ca0a8bed734071220d5a36b674458aba.zip
chromium_src-c5aa8261ca0a8bed734071220d5a36b674458aba.tar.gz
chromium_src-c5aa8261ca0a8bed734071220d5a36b674458aba.tar.bz2
Move PrefMember and PrefChangeRegistrar to api directory.
This is the first step in breaking Autofill's concrete dependency on prefs. These two classes are essentially utilities with very small dependencies back to PrefService (which I will break in the next change, by introducing a virtual PrefServiceBase) so they are suitable for api. TBRing other owners for mechanical changes. TBR=ben@chromium.org BUG=140037 Review URL: https://chromiumcodereview.appspot.com/10857031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_manager.h')
-rw-r--r--chrome/browser/autofill/autofill_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h
index c9a867f..a2c769e 100644
--- a/chrome/browser/autofill/autofill_manager.h
+++ b/chrome/browser/autofill/autofill_manager.h
@@ -19,10 +19,10 @@
#include "base/memory/weak_ptr.h"
#include "base/string16.h"
#include "base/time.h"
+#include "chrome/browser/api/prefs/pref_change_registrar.h"
#include "chrome/browser/autofill/autofill_download.h"
#include "chrome/browser/autofill/field_types.h"
#include "chrome/browser/autofill/form_structure.h"
-#include "chrome/browser/prefs/pref_change_registrar.h"
#include "chrome/browser/sync/profile_sync_service_observer.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"