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

Unified Diff: chrome/browser/api/prefs/pref_change_registrar.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/OWNERS ('k') | chrome/browser/api/prefs/pref_change_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/api/prefs/pref_change_registrar.h
diff --git a/chrome/browser/prefs/pref_change_registrar.h b/chrome/browser/api/prefs/pref_change_registrar.h
similarity index 91%
rename from chrome/browser/prefs/pref_change_registrar.h
rename to chrome/browser/api/prefs/pref_change_registrar.h
index 48ab5f24d889e6b3437b7b82ae167e44f54f065c..0b17d0da1eb6c49186ec7b156b882e54b3bbf98d 100644
--- a/chrome/browser/prefs/pref_change_registrar.h
+++ b/chrome/browser/api/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 CHROME_BROWSER_PREFS_PREF_CHANGE_REGISTRAR_H_
-#define CHROME_BROWSER_PREFS_PREF_CHANGE_REGISTRAR_H_
+#ifndef CHROME_BROWSER_API_PREFS_PREF_CHANGE_REGISTRAR_H_
+#define CHROME_BROWSER_API_PREFS_PREF_CHANGE_REGISTRAR_H_
#include <set>
#include <string>
@@ -57,4 +57,4 @@ class PrefChangeRegistrar {
DISALLOW_COPY_AND_ASSIGN(PrefChangeRegistrar);
};
-#endif // CHROME_BROWSER_PREFS_PREF_CHANGE_REGISTRAR_H_
+#endif // CHROME_BROWSER_API_PREFS_PREF_CHANGE_REGISTRAR_H_
« no previous file with comments | « chrome/browser/api/prefs/OWNERS ('k') | chrome/browser/api/prefs/pref_change_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698