summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/ntp/ntp_login_handler.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/ui/webui/ntp/ntp_login_handler.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/ui/webui/ntp/ntp_login_handler.h')
-rw-r--r--chrome/browser/ui/webui/ntp/ntp_login_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/ntp/ntp_login_handler.h b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
index 141896d..331caf9e 100644
--- a/chrome/browser/ui/webui/ntp/ntp_login_handler.h
+++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_UI_WEBUI_NTP_NTP_LOGIN_HANDLER_H_
#define CHROME_BROWSER_UI_WEBUI_NTP_NTP_LOGIN_HANDLER_H_
-#include "chrome/browser/prefs/pref_member.h"
+#include "chrome/browser/api/prefs/pref_member.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/web_ui_message_handler.h"