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

Unified Diff: services/window_manager/run_all_unittests.cc

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/view_manager/animation_runner.h ('k') | sky/engine/web/tests/RunAllTests.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/window_manager/run_all_unittests.cc
diff --git a/services/window_manager/run_all_unittests.cc b/services/window_manager/run_all_unittests.cc
index 51fd967c7163161c585f9b08ff0da57dae03f230..f8f67b699cd64ea2999aaac1e56cd7270c1e6e0b 100644
--- a/services/window_manager/run_all_unittests.cc
+++ b/services/window_manager/run_all_unittests.cc
@@ -39,5 +39,5 @@ int main(int argc, char** argv) {
window_manager::WindowManagerTestSuite test_suite(argc, argv);
return base::LaunchUnitTests(
- argc, argv, base::Bind(&TestSuite::Run, base::Unretained(&test_suite)));
+ argc, argv, base::Bind(&base::TestSuite::Run, base::Unretained(&test_suite)));
}
« no previous file with comments | « services/view_manager/animation_runner.h ('k') | sky/engine/web/tests/RunAllTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698