Index: chrome/app/chrome_main.cc |
diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc |
index 3b45594d7a2c71e873f40842133e5661d4ed767b..dff8ad05e6c1523e9b8cbe7b50ada36bd6d4228f 100644 |
--- a/chrome/app/chrome_main.cc |
+++ b/chrome/app/chrome_main.cc |
@@ -608,7 +608,7 @@ int ChromeMain(int argc, char** argv) { |
#if defined(OS_WIN) |
// Must do this before any other usage of command line! |
- if (HasDeprecatedArguments(command_line.command_line_string())) |
+ if (HasDeprecatedArguments(command_line.GetCommandLineString())) |
return 1; |
#endif |