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

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

Issue 11243002: Move the bits of Prefs where production code has only trivially easy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort headers Created 8 years, 2 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/prefs/command_line_pref_store.h b/chrome/browser/prefs/command_line_pref_store.h
index 6b3c9442c9478bc4c62caeedd26ccde4731c512c..066d00513f1a6a0a3635cf279e5aa147032684ae 100644
--- a/chrome/browser/prefs/command_line_pref_store.h
+++ b/chrome/browser/prefs/command_line_pref_store.h
@@ -7,8 +7,8 @@
#include "base/basictypes.h"
#include "base/command_line.h"
+#include "base/prefs/value_map_pref_store.h"
#include "base/values.h"
-#include "chrome/browser/prefs/value_map_pref_store.h"
// This PrefStore keeps track of preferences set by command-line switches,
// such as proxy settings.

Powered by Google App Engine
This is Rietveld 408576698