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

Unified Diff: base/prefs/public/pref_service_base.h

Issue 11243002: Move the bits of Prefs where production code has only trivially easy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments, fix gypi problem Created 8 years, 2 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 | « base/prefs/public/pref_change_registrar_unittest.cc ('k') | base/prefs/testing_pref_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/public/pref_service_base.h
diff --git a/chrome/browser/api/prefs/pref_service_base.h b/base/prefs/public/pref_service_base.h
similarity index 98%
rename from chrome/browser/api/prefs/pref_service_base.h
rename to base/prefs/public/pref_service_base.h
index 58737df55269d40472f58aa793401fee54f6c4de..aa5b3fd823da28b7fae8a28f047ac319c422bd28 100644
--- a/chrome/browser/api/prefs/pref_service_base.h
+++ b/base/prefs/public/pref_service_base.h
@@ -13,8 +13,8 @@
// information and MUST not be extracted, overwritten or modified except
// through Chromium defined APIs.
-#ifndef CHROME_BROWSER_API_PREFS_PREF_SERVICE_BASE_H_
-#define CHROME_BROWSER_API_PREFS_PREF_SERVICE_BASE_H_
+#ifndef BASE_PREFS_PUBLIC_PREF_SERVICE_BASE_H_
+#define BASE_PREFS_PUBLIC_PREF_SERVICE_BASE_H_
#include "base/values.h"
@@ -269,4 +269,4 @@ class PrefServiceBase {
content::NotificationObserver* obs) = 0;
};
-#endif // CHROME_BROWSER_API_PREFS_PREF_SERVICE_BASE_H_
+#endif // BASE_PREFS_PUBLIC_PREF_SERVICE_BASE_H_
« no previous file with comments | « base/prefs/public/pref_change_registrar_unittest.cc ('k') | base/prefs/testing_pref_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698