| Index: chrome/browser/about_flags.h
|
| diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h
|
| index 6525b1d74172788097125acde9ff2f6166a42d69..055d8b5105ca03b5e9710782fab20e629248f689 100644
|
| --- a/chrome/browser/about_flags.h
|
| +++ b/chrome/browser/about_flags.h
|
| @@ -121,7 +121,7 @@ void ConvertFlagsToSwitches(FlagsStorage* flags_storage,
|
| bool AreSwitchesIdenticalToCurrentCommandLine(
|
| const base::CommandLine& new_cmdline,
|
| const base::CommandLine& active_cmdline,
|
| - std::set<CommandLine::StringType>* out_difference);
|
| + std::set<base::CommandLine::StringType>* out_difference);
|
|
|
| // Differentiate between generic flags available on a per session base and flags
|
| // that influence the whole machine and can be said by the admin only. This flag
|
|
|