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

Unified Diff: chrome/browser/prefs/browser_prefs.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/browser_prefs.h
diff --git a/chrome/browser/browser_prefs.h b/chrome/browser/prefs/browser_prefs.h
similarity index 77%
rename from chrome/browser/browser_prefs.h
rename to chrome/browser/prefs/browser_prefs.h
index 8af29b6be0324c17a4ad8a873c88eeeec5873942..ef109a4fa6d0d6d440b2d3f08f7b5f72c68f2161 100644
--- a/chrome/browser/browser_prefs.h
+++ b/chrome/browser/prefs/browser_prefs.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_BROWSER_PREFS_H__
-#define CHROME_BROWSER_BROWSER_PREFS_H__
+#ifndef CHROME_BROWSER_PREFS_BROWSER_PREFS_H__
+#define CHROME_BROWSER_PREFS_BROWSER_PREFS_H__
#pragma once
class PrefService;
@@ -17,4 +17,4 @@ void RegisterUserPrefs(PrefService* user_prefs);
} // namespace browser
-#endif // CHROME_BROWSER_BROWSER_PREFS_H__
+#endif // CHROME_BROWSER_PREFS_BROWSER_PREFS_H__

Powered by Google App Engine
This is Rietveld 408576698