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

Unified Diff: mojo/application/public/cpp/lib/application_test_main.cc

Issue 1473273003: Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T passes associated inte… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: mojo/application/public/cpp/lib/application_test_main.cc
diff --git a/mojo/application/public/cpp/lib/application_test_main.cc b/mojo/application/public/cpp/lib/application_test_main.cc
index 5d208c3397fa24d6f16ccb244341ae39a00ef4a2..146e9156568c61f6f803befacc9b94fa6272036e 100644
--- a/mojo/application/public/cpp/lib/application_test_main.cc
+++ b/mojo/application/public/cpp/lib/application_test_main.cc
@@ -16,7 +16,7 @@ MojoResult MojoMain(MojoHandle handle) {
// Initialize the current process Commandline and test timeouts.
mojo::ApplicationRunner::InitBaseCommandLine();
- mojo::logging::InitLogging();
+ mojo::InitLogging();
TestTimeouts::Initialize();
return mojo::test::RunAllTests(handle);
« no previous file with comments | « mandoline/services/core_services/core_services_application_delegate.cc ('k') | mojo/edk/js/tests/js_to_cpp_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698