Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3923)

Unified Diff: chrome/installer/setup/run_all_unittests.cc

Issue 1053123010: base: Remove using declaration from test_suite.h header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chrome/installer/setup Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/test/test_suite.cc ('k') | chrome/installer/util/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « base/test/test_suite.cc ('k') | chrome/installer/util/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698