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

Unified Diff: chrome/browser/prefs/command_line_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/command_line_pref_store.h
diff --git a/chrome/browser/command_line_pref_store.h b/chrome/browser/prefs/command_line_pref_store.h
similarity index 90%
rename from chrome/browser/command_line_pref_store.h
rename to chrome/browser/prefs/command_line_pref_store.h
index 5e92636c3d4e83787d87052bac272dcf11571e10..89e49ce49a33a4e86e2ebded545bd8ffab215754 100644
--- a/chrome/browser/command_line_pref_store.h
+++ b/chrome/browser/prefs/command_line_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_COMMAND_LINE_PREF_STORE_H_
-#define CHROME_BROWSER_COMMAND_LINE_PREF_STORE_H_
+#ifndef CHROME_BROWSER_PREFS_COMMAND_LINE_PREF_STORE_H_
+#define CHROME_BROWSER_PREFS_COMMAND_LINE_PREF_STORE_H_
#pragma once
#include "base/basictypes.h"
@@ -57,4 +57,4 @@ class CommandLinePrefStore : public PrefStore {
DISALLOW_COPY_AND_ASSIGN(CommandLinePrefStore);
};
-#endif // CHROME_BROWSER_COMMAND_LINE_PREF_STORE_H_
+#endif // CHROME_BROWSER_PREFS_COMMAND_LINE_PREF_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698