Index: chrome/app/chrome_main.cc |
diff --git a/chrome/app/chrome_main.cc b/chrome/app/chrome_main.cc |
index 79fcc62bf0179d4b7e9f72b6e509b40504e23469..d3b19e08222f88c0fad2266140f77ec82f5888c2 100644 |
--- a/chrome/app/chrome_main.cc |
+++ b/chrome/app/chrome_main.cc |
@@ -600,7 +600,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 |