summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager
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/password_manager
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/password_manager')
-rw-r--r--chrome/browser/password_manager/password_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/password_manager/password_manager.h b/chrome/browser/password_manager/password_manager.h
index 3569f5e..6b990dc 100644
--- a/chrome/browser/password_manager/password_manager.h
+++ b/chrome/browser/password_manager/password_manager.h
@@ -10,8 +10,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/memory/scoped_vector.h"
#include "base/stl_util.h"
+#include "chrome/browser/api/prefs/pref_member.h"
#include "chrome/browser/password_manager/password_form_manager.h"
-#include "chrome/browser/prefs/pref_member.h"
#include "chrome/browser/ui/login/login_model.h"
#include "content/public/browser/web_contents_observer.h"
#include "webkit/forms/password_form.h"