diff options
Diffstat (limited to 'components/nacl/browser/nacl_broker_host_win.cc')
-rw-r--r-- | components/nacl/browser/nacl_broker_host_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/nacl/browser/nacl_broker_host_win.cc b/components/nacl/browser/nacl_broker_host_win.cc index 1967b68..a8c5350 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, |