| 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_[];
|
|
|