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

Unified Diff: sandbox/win/tests/integration_tests/integration_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
« no previous file with comments | « remoting/test/app_remoting_test_driver.cc ('k') | sandbox/win/tests/unit_tests/unit_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/tests/integration_tests/integration_tests.cc
diff --git a/sandbox/win/tests/integration_tests/integration_tests.cc b/sandbox/win/tests/integration_tests/integration_tests.cc
index bb809316000608017d4bfedf2218d8a0a5ef138f..3920da198b7d15b6b9ffa93ee6ba96a33708a3c3 100644
--- a/sandbox/win/tests/integration_tests/integration_tests.cc
+++ b/sandbox/win/tests/integration_tests/integration_tests.cc
@@ -16,7 +16,7 @@ int wmain(int argc, wchar_t **argv) {
return sandbox::DispatchCall(argc, argv);
}
- TestSuite test_suite(argc, argv);
+ base::TestSuite test_suite(argc, argv);
return base::LaunchUnitTests(
argc,
argv,
« no previous file with comments | « remoting/test/app_remoting_test_driver.cc ('k') | sandbox/win/tests/unit_tests/unit_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698