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

Unified Diff: sky/engine/web/tests/RunAllTests.cpp

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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 | « services/window_manager/run_all_unittests.cc ('k') | testing/android/appurify_support.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/tests/RunAllTests.cpp
diff --git a/sky/engine/web/tests/RunAllTests.cpp b/sky/engine/web/tests/RunAllTests.cpp
index 21048e9d112a7b383c5d784492bb1519f7203323..0378d47fb11beaf5c4cd7088716f561ff5b81bff 100644
--- a/sky/engine/web/tests/RunAllTests.cpp
+++ b/sky/engine/web/tests/RunAllTests.cpp
@@ -41,14 +41,14 @@
#include "sky/engine/public/web/Sky.h"
#include "sky/engine/testing/platform/platform_impl.h"
-int runHelper(TestSuite* testSuite) {
+int runHelper(base::TestSuite* testSuite) {
base::MessageLoopForUI message_loop;
blink::initialize(new sky::PlatformImpl());
return testSuite->Run();
}
int main(int argc, char** argv) {
- TestSuite test_suite(argc, argv);
+ base::TestSuite test_suite(argc, argv);
return base::LaunchUnitTests(
argc, argv, Bind(&runHelper, Unretained(&test_suite)));
}
« no previous file with comments | « services/window_manager/run_all_unittests.cc ('k') | testing/android/appurify_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698