Index: components/nacl/browser/nacl_broker_host_win.cc |
diff --git a/components/nacl/browser/nacl_broker_host_win.cc b/components/nacl/browser/nacl_broker_host_win.cc |
index 1967b682a1bbdfcbd1f1c039b90098c8a332d1db..a8c5350144bfb1cb80e4e5ef08adc3eeef5699bd 100644 |
--- a/components/nacl/browser/nacl_broker_host_win.cc |
+++ b/components/nacl/browser/nacl_broker_host_win.cc |
@@ -57,7 +57,7 @@ bool NaClBrokerHost::Init() { |
if (!NaClBrowser::GetInstance()->GetNaCl64ExePath(&nacl_path)) |
return false; |
- CommandLine* cmd_line = new CommandLine(nacl_path); |
+ base::CommandLine* cmd_line = new base::CommandLine(nacl_path); |
CopyNaClCommandLineArguments(cmd_line); |
cmd_line->AppendSwitchASCII(switches::kProcessType, |