| Index: chrome/test/mini_installer_test/run_all_unittests.cc
|
| ===================================================================
|
| --- chrome/test/mini_installer_test/run_all_unittests.cc (revision 69165)
|
| +++ chrome/test/mini_installer_test/run_all_unittests.cc (working copy)
|
| @@ -52,7 +52,7 @@
|
| "from all levels before proceeding with tests.\n");
|
| } else if (command_line.HasSwitch(switches::kInstallerTestBackup)) {
|
| BackUpProfile(command_line.HasSwitch(
|
| - installer::switches::kChromeFrame));
|
| + installer_util::switches::kChromeFrame));
|
| } else {
|
| printf("This test needs command line arguments.\n");
|
| printf("Usage: %ls -{clean|backup} [-build <version>] [-force] \n",
|
|
|