Index: chrome/test/mini_installer_test/run_all_unittests.cc |
=================================================================== |
--- chrome/test/mini_installer_test/run_all_unittests.cc (revision 68996) |
+++ 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_util::switches::kChromeFrame)); |
+ installer::switches::kChromeFrame)); |
} else { |
printf("This test needs command line arguments.\n"); |
printf("Usage: %ls -{clean|backup} [-build <version>] [-force] \n", |