diff options
Diffstat (limited to 'chrome/browser/prefs/command_line_pref_store.h')
-rw-r--r-- | chrome/browser/prefs/command_line_pref_store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/prefs/command_line_pref_store.h b/chrome/browser/prefs/command_line_pref_store.h index 13468cb..735adb6 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/command_line.h" #include "base/macros.h" -#include "base/prefs/value_map_pref_store.h" #include "base/values.h" +#include "components/prefs/value_map_pref_store.h" // This PrefStore keeps track of preferences set by command-line switches, // such as proxy settings. |