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_ |