Index: components/nacl/loader/nacl_helper_win_64.cc |
diff --git a/components/nacl/loader/nacl_helper_win_64.cc b/components/nacl/loader/nacl_helper_win_64.cc |
index fbb5265db0c2c76885a4d5c4f81282c04dcebfdc..d67b7b32715fdce43920b87aa012236bd3b9e4f1 100644 |
--- a/components/nacl/loader/nacl_helper_win_64.cc |
+++ b/components/nacl/loader/nacl_helper_win_64.cc |
@@ -49,7 +49,8 @@ int NaClWin64Main() { |
sandbox::SandboxInterfaceInfo sandbox_info = {0}; |
content::InitializeSandboxInfo(&sandbox_info); |
- const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
+ const base::CommandLine& command_line = |
+ *base::CommandLine::ForCurrentProcess(); |
std::string process_type = |
command_line.GetSwitchValueASCII(switches::kProcessType); |