| Index: components/nacl/common/nacl_cmd_line.cc
|
| diff --git a/components/nacl/common/nacl_cmd_line.cc b/components/nacl/common/nacl_cmd_line.cc
|
| index 7ecb67424f2d2cfd902f669373c9886ed734bc14..31dedcd99502d9ea158c300f1976c95b8c96c621 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.
|
|
|