Index: chrome/installer/setup/run_all_unittests.cc |
diff --git a/chrome/installer/setup/run_all_unittests.cc b/chrome/installer/setup/run_all_unittests.cc |
index fa354085a79a4091f9486c3177f0f9fb9366c7a0..df5a397385a23627f8a329331e1ec7f2bfd9492e 100644 |
--- a/chrome/installer/setup/run_all_unittests.cc |
+++ b/chrome/installer/setup/run_all_unittests.cc |
@@ -8,7 +8,7 @@ |
#include "chrome/installer/setup/setup_util_unittest.h" |
int main(int argc, char** argv) { |
- TestSuite test_suite(argc, argv); |
+ base::TestSuite test_suite(argc, argv); |
// Handle the --adjust-process-priority switch, which is used to test the |
// installer::AdjustProcessPriority() function in a subprocess. |