| Index: chrome/common/switch_utils.h
|
| diff --git a/chrome/common/switch_utils.h b/chrome/common/switch_utils.h
|
| index 83594d17d8bd5c3a508eb3d9e5312ac3f29b2bb6..df91b2d5679ce7a1c0843f7bebf3a5012fc4e3de 100644
|
| --- a/chrome/common/switch_utils.h
|
| +++ b/chrome/common/switch_utils.h
|
| @@ -14,7 +14,7 @@ namespace switches {
|
|
|
| // Remove the keys that we shouldn't pass through during restart.
|
| void RemoveSwitchesForAutostart(
|
| - std::map<std::string, CommandLine::StringType>* switches);
|
| + std::map<std::string, base::CommandLine::StringType>* switches);
|
|
|
| } // namespace switches
|
|
|
|
|