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

Unified Diff: base/prefs/pref_change_registrar.h

Issue 12789006: base/prefs: Remove the public/ directory and move the files to //base/prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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/mock_pref_change_callback.h ('k') | base/prefs/pref_change_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/pref_change_registrar.h
diff --git a/base/prefs/public/pref_change_registrar.h b/base/prefs/pref_change_registrar.h
similarity index 94%
rename from base/prefs/public/pref_change_registrar.h
rename to base/prefs/pref_change_registrar.h
index 63882c313f3f3a847031e46888b91398ae29153b..c670f8b3c04b18fb383ab1c5e325c49fb1716a27 100644
--- a/base/prefs/public/pref_change_registrar.h
+++ b/base/prefs/pref_change_registrar.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_PREFS_PUBLIC_PREF_CHANGE_REGISTRAR_H_
-#define BASE_PREFS_PUBLIC_PREF_CHANGE_REGISTRAR_H_
+#ifndef BASE_PREFS_PREF_CHANGE_REGISTRAR_H_
+#define BASE_PREFS_PREF_CHANGE_REGISTRAR_H_
#include <map>
#include <string>
@@ -77,4 +77,4 @@ class BASE_PREFS_EXPORT PrefChangeRegistrar : public PrefObserver {
DISALLOW_COPY_AND_ASSIGN(PrefChangeRegistrar);
};
-#endif // BASE_PREFS_PUBLIC_PREF_CHANGE_REGISTRAR_H_
+#endif // BASE_PREFS_PREF_CHANGE_REGISTRAR_H_
« no previous file with comments | « base/prefs/mock_pref_change_callback.h ('k') | base/prefs/pref_change_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698