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

Unified Diff: chrome/installer/util/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 | « chrome/installer/setup/run_all_unittests.cc ('k') | remoting/test/app_remoting_test_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/run_all_unittests.cc
diff --git a/chrome/installer/util/run_all_unittests.cc b/chrome/installer/util/run_all_unittests.cc
index 3e1f5e41842f8a761a4eebd7c3037e4756042f9c..fb1b1d7a07293ba4327f9a703e9f9be09dba4c45 100644
--- a/chrome/installer/util/run_all_unittests.cc
+++ b/chrome/installer/util/run_all_unittests.cc
@@ -9,7 +9,7 @@
#include "chrome/common/chrome_paths.h"
int main(int argc, char** argv) {
- TestSuite test_suite(argc, argv);
+ base::TestSuite test_suite(argc, argv);
// Register Chrome Path provider so that we can get test data dir.
chrome::RegisterPathProvider();
« no previous file with comments | « chrome/installer/setup/run_all_unittests.cc ('k') | remoting/test/app_remoting_test_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698