diff options
Diffstat (limited to 'chrome/browser/about_flags.h')
-rw-r--r-- | chrome/browser/about_flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/about_flags.h b/chrome/browser/about_flags.h index 6525b1d..055d8b5 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 |