Index: chrome/browser/prefs/dummy_pref_store.h |
diff --git a/chrome/browser/dummy_pref_store.h b/chrome/browser/prefs/dummy_pref_store.h |
similarity index 90% |
rename from chrome/browser/dummy_pref_store.h |
rename to chrome/browser/prefs/dummy_pref_store.h |
index 6a992268917b2b1259e87c15b02a9be7e960c0d7..ebf92fc95bb8119945cc4df91f5b8834d6605b49 100644 |
--- a/chrome/browser/dummy_pref_store.h |
+++ b/chrome/browser/prefs/dummy_pref_store.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_DUMMY_PREF_STORE_H_ |
-#define CHROME_BROWSER_DUMMY_PREF_STORE_H_ |
+#ifndef CHROME_BROWSER_PREFS_DUMMY_PREF_STORE_H_ |
+#define CHROME_BROWSER_PREFS_DUMMY_PREF_STORE_H_ |
#pragma once |
#include "base/basictypes.h" |
@@ -47,4 +47,4 @@ class DummyPrefStore : public PrefStore { |
DISALLOW_COPY_AND_ASSIGN(DummyPrefStore); |
}; |
-#endif // CHROME_BROWSER_DUMMY_PREF_STORE_H_ |
+#endif // CHROME_BROWSER_PREFS_DUMMY_PREF_STORE_H_ |