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

Unified Diff: chrome/browser/api/prefs/pref_member.h

Issue 10857031: Move PrefMember and PrefChangeRegistrar to api directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to parent Created 8 years, 4 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/api/prefs/pref_change_registrar_unittest.cc ('k') | chrome/browser/api/prefs/pref_member.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/api/prefs/pref_member.h
diff --git a/chrome/browser/prefs/pref_member.h b/chrome/browser/api/prefs/pref_member.h
similarity index 98%
rename from chrome/browser/prefs/pref_member.h
rename to chrome/browser/api/prefs/pref_member.h
index 493f34cf7127452d399809ddc1abbad12f21ddad..7553dce1d5d2192c472139116836573545b2491c 100644
--- a/chrome/browser/prefs/pref_member.h
+++ b/chrome/browser/api/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 CHROME_BROWSER_PREFS_PREF_MEMBER_H_
-#define CHROME_BROWSER_PREFS_PREF_MEMBER_H_
+#ifndef CHROME_BROWSER_API_PREFS_PREF_MEMBER_H_
+#define CHROME_BROWSER_API_PREFS_PREF_MEMBER_H_
#include <string>
@@ -245,4 +245,4 @@ typedef PrefMember<double> DoublePrefMember;
typedef PrefMember<std::string> StringPrefMember;
typedef PrefMember<FilePath> FilePathPrefMember;
-#endif // CHROME_BROWSER_PREFS_PREF_MEMBER_H_
+#endif // CHROME_BROWSER_API_PREFS_PREF_MEMBER_H_
« no previous file with comments | « chrome/browser/api/prefs/pref_change_registrar_unittest.cc ('k') | chrome/browser/api/prefs/pref_member.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698