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

Unified Diff: chrome/browser/geolocation/geolocation_prefs.h

Issue 12079097: Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add to PrefRegistrySyncable and PrefServiceSyncable to let sync know of pre-registered prefs. Created 7 years, 10 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/geolocation/geolocation_prefs.h
diff --git a/chrome/browser/geolocation/geolocation_prefs.h b/chrome/browser/geolocation/geolocation_prefs.h
index d5be8e5a53245e9f5a4de3beb49d07d0a6369339..c4dde3f0a647ed3b3f2af753202ece4b298dcf9d 100644
--- a/chrome/browser/geolocation/geolocation_prefs.h
+++ b/chrome/browser/geolocation/geolocation_prefs.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_GEOLOCATION_GEOLOCATION_PREFS_H_
class PrefRegistrySimple;
-class PrefServiceSyncable;
+class PrefRegistrySyncable;
Mattias Nissler (ping if slow) 2013/02/06 17:53:33 required?
Jói 2013/02/07 14:52:32 Done.
namespace geolocation {
void RegisterPrefs(PrefRegistrySimple* registry);

Powered by Google App Engine
This is Rietveld 408576698