| Index: win8/test/metro_registration_helper.cc
|
| diff --git a/win8/test/metro_registration_helper.cc b/win8/test/metro_registration_helper.cc
|
| index 59b2235034c1dac80b2e43763665ad6551c3258f..160f602e2aba683408a6bd837078bbebe04f8e46 100644
|
| --- a/win8/test/metro_registration_helper.cc
|
| +++ b/win8/test/metro_registration_helper.cc
|
| @@ -50,7 +50,7 @@ bool RegisterTestDefaultBrowser() {
|
| }
|
|
|
| // Perform the registration by invoking test_registrar.exe.
|
| - CommandLine register_command(registrar);
|
| + base::CommandLine register_command(registrar);
|
| register_command.AppendArg("/RegServer");
|
|
|
| base::Process register_process =
|
|
|