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

Unified Diff: chrome/browser/prefs/pref_service_mock_builder.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/browser/prefs/incognito_mode_prefs.cc ('k') | chrome/browser/prefs/pref_service_mock_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_service_mock_builder.h
diff --git a/chrome/browser/prefs/pref_service_mock_builder.h b/chrome/browser/prefs/pref_service_mock_builder.h
index 2a237a3a4ba8654e291abd5cb9504a6bb5db3db3..46a0b79b925fa7cc5bb473a92d46710e6cb4911c 100644
--- a/chrome/browser/prefs/pref_service_mock_builder.h
+++ b/chrome/browser/prefs/pref_service_mock_builder.h
@@ -8,7 +8,6 @@
#include "chrome/browser/prefs/pref_service_syncable_builder.h"
class PrefService;
-class PrefRegistrySyncable;
class PrefServiceSyncable;
// A helper that allows convenient building of custom PrefServices in tests.
@@ -21,7 +20,7 @@ class PrefServiceMockBuilder : public PrefServiceSyncableBuilder {
// builder configuration.
virtual PrefService* Create(PrefRegistry* pref_registry) OVERRIDE;
virtual PrefServiceSyncable* CreateSyncable(
- PrefRegistrySyncable* pref_registry) OVERRIDE;
+ user_prefs::PrefRegistrySyncable* pref_registry) OVERRIDE;
private:
virtual void ResetDefaultState() OVERRIDE;
« no previous file with comments | « chrome/browser/prefs/incognito_mode_prefs.cc ('k') | chrome/browser/prefs/pref_service_mock_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698