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

Unified Diff: chrome/browser/prefs/dummy_pref_store.h

Issue 3203008: Move prefs-related files under chrome/browser/ into a prefs/ subdir. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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
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_

Powered by Google App Engine
This is Rietveld 408576698