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

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

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 066d00513f1a6a0a3635cf279e5aa147032684ae..eb4b94f539ea3bc87b8a0bb6c82cee6f5df53495 100644
--- a/chrome/browser/prefs/command_line_pref_store.h
+++ b/chrome/browser/prefs/command_line_pref_store.h
@@ -14,7 +14,7 @@
// such as proxy settings.
class CommandLinePrefStore : public ValueMapPrefStore {
public:
- explicit CommandLinePrefStore(const CommandLine* command_line);
+ explicit CommandLinePrefStore(const base::CommandLine* command_line);
protected:
virtual ~CommandLinePrefStore();
@@ -58,7 +58,7 @@ class CommandLinePrefStore : public ValueMapPrefStore {
void ApplyBackgroundModeSwitches();
// Weak reference.
- const CommandLine* command_line_;
+ const base::CommandLine* command_line_;
// Mappings of command line switches to prefs.
static const BooleanSwitchToPreferenceMapEntry boolean_switch_map_[];

Powered by Google App Engine
This is Rietveld 408576698