Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: components/autofill/browser/autofill_manager.h

Issue 14622003: components: Move PrefRegistrySyncable into user_prefs namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/base/testing_pref_service_syncable.cc ('k') | components/autofill/browser/autofill_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/autofill_manager.h
diff --git a/components/autofill/browser/autofill_manager.h b/components/autofill/browser/autofill_manager.h
index 9fd261b8386a4b72bc322cd5d3f986252e5f6b66..5a2b083193c4fc9ce6051d66094785cf45cba7d2 100644
--- a/components/autofill/browser/autofill_manager.h
+++ b/components/autofill/browser/autofill_manager.h
@@ -35,7 +35,6 @@
#include "third_party/WebKit/Source/WebKit/chromium/public/WebFormElement.h"
class GURL;
-class PrefRegistrySyncable;
struct ViewHostMsg_FrameNavigate_Params;
@@ -53,6 +52,10 @@ namespace IPC {
class Message;
}
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace autofill {
class AutofillDataModel;
@@ -82,7 +85,7 @@ class AutofillManager : public content::WebContentsObserver,
static AutofillManager* FromWebContents(content::WebContents* contents);
// Registers our Enable/Disable Autofill pref.
- static void RegisterUserPrefs(PrefRegistrySyncable* registry);
+ static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
// Set an external delegate.
void SetExternalDelegate(AutofillExternalDelegate* delegate);
« no previous file with comments | « chrome/test/base/testing_pref_service_syncable.cc ('k') | components/autofill/browser/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698