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

Unified Diff: base/prefs/pref_member.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/pref_change_registrar_unittest.cc ('k') | base/prefs/pref_member.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/prefs/pref_member.h
diff --git a/base/prefs/public/pref_member.h b/base/prefs/pref_member.h
similarity index 98%
rename from base/prefs/public/pref_member.h
rename to base/prefs/pref_member.h
index 4c82735287c5b4bcf393242d2501381fd085a3fc..e0e88f5c5f5cf7f3d05d82d3fa94b5fa3dedf69b 100644
--- a/base/prefs/public/pref_member.h
+++ b/base/prefs/pref_member.h
@@ -21,8 +21,8 @@
// notify MyClass of changes. Note that if you use SetValue(), the observer
// will not be notified.
-#ifndef BASE_PREFS_PUBLIC_PREF_MEMBER_H_
-#define BASE_PREFS_PUBLIC_PREF_MEMBER_H_
+#ifndef BASE_PREFS_PREF_MEMBER_H_
+#define BASE_PREFS_PREF_MEMBER_H_
#include <string>
#include <vector>
@@ -351,4 +351,4 @@ typedef PrefMember<base::FilePath> FilePathPrefMember;
// This preference member is expensive for large string arrays.
typedef PrefMember<std::vector<std::string> > StringListPrefMember;
-#endif // BASE_PREFS_PUBLIC_PREF_MEMBER_H_
+#endif // BASE_PREFS_PREF_MEMBER_H_
« no previous file with comments | « base/prefs/pref_change_registrar_unittest.cc ('k') | base/prefs/pref_member.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698