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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_impl.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
Index: chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
index 812cd9e744af864775e29b612a0977431e9e4849..df4eabeb25ab8ba72d1b9ea16b418c7d931f5854 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.h
@@ -37,12 +37,15 @@
#include "ui/base/ui_base_types.h"
class Profile;
-class PrefRegistrySyncable;
namespace content {
class WebContents;
}
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
+
namespace autofill {
class AutofillDataModel;
@@ -79,7 +82,7 @@ class AutofillDialogControllerImpl : public AutofillDialogController,
const base::Callback<void(const FormStructure*,
const std::string&)>& callback);
- static void RegisterUserPrefs(PrefRegistrySyncable* registry);
+ static void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry);
void Show();
void Hide();
« no previous file with comments | « chrome/browser/ui/ash/chrome_launcher_prefs.cc ('k') | chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698