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

Unified Diff: sandbox/win/tests/unit_tests/unit_tests.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
Index: sandbox/win/tests/unit_tests/unit_tests.cc
diff --git a/sandbox/win/tests/unit_tests/unit_tests.cc b/sandbox/win/tests/unit_tests/unit_tests.cc
index df98ba2f2ffa579856b37be61cdd513b1fab6831..bd56ab0067e72bba204982c8bcd7a21ffcb0604c 100644
--- a/sandbox/win/tests/unit_tests/unit_tests.cc
+++ b/sandbox/win/tests/unit_tests/unit_tests.cc
@@ -14,7 +14,7 @@ int wmain(int argc, wchar_t **argv) {
return 0;
}
- TestSuite test_suite(argc, argv);
+ base::TestSuite test_suite(argc, argv);
return base::LaunchUnitTests(
argc,
argv,
« no previous file with comments | « sandbox/win/tests/integration_tests/integration_tests.cc ('k') | sandbox/win/tests/validation_tests/unit_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698