summaryrefslogtreecommitdiffstats
path: root/components/nacl/common/nacl_cmd_line.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/nacl/common/nacl_cmd_line.cc')
-rw-r--r--components/nacl/common/nacl_cmd_line.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/components/nacl/common/nacl_cmd_line.cc b/components/nacl/common/nacl_cmd_line.cc
index 7ecb674..31dedcd 100644
--- a/components/nacl/common/nacl_cmd_line.cc
+++ b/components/nacl/common/nacl_cmd_line.cc
@@ -10,8 +10,9 @@
namespace nacl {
-void CopyNaClCommandLineArguments(CommandLine* cmd_line) {
- const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
+void CopyNaClCommandLineArguments(base::CommandLine* cmd_line) {
+ const base::CommandLine& browser_command_line =
+ *base::CommandLine::ForCurrentProcess();
// Propagate the following switches to the NaCl loader command line (along
// with any associated values) if present in the browser command line.