Index: chrome/app/client_util.cc |
diff --git a/chrome/app/client_util.cc b/chrome/app/client_util.cc |
index a5271732e1ad742eb9b88ee173be0b958a9d5f81..f99a11acc620d6ba2b6319f53d3e8395b0bbf542 100644 |
--- a/chrome/app/client_util.cc |
+++ b/chrome/app/client_util.cc |
@@ -160,7 +160,7 @@ HMODULE MainDllLoader::Load(base::string16* version, base::FilePath* module) { |
// environment variable and just calling the entry point. Derived classes can |
// add custom code in the OnBeforeLaunch callback. |
int MainDllLoader::Launch(HINSTANCE instance) { |
- const CommandLine& cmd_line = *CommandLine::ForCurrentProcess(); |
+ const base::CommandLine& cmd_line = *base::CommandLine::ForCurrentProcess(); |
process_type_ = cmd_line.GetSwitchValueASCII(switches::kProcessType); |
base::string16 version; |