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

Unified Diff: mojo/logging/init_logging.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
« no previous file with comments | « mojo/logging/init_logging.h ('k') | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/logging/init_logging.cc
diff --git a/mojo/logging/init_logging.cc b/mojo/logging/init_logging.cc
index 89e98d6d39d760fbc5a121bb198c6cee008f0788..13e28f88800701c32922f8235899edc0d0ef7a97 100644
--- a/mojo/logging/init_logging.cc
+++ b/mojo/logging/init_logging.cc
@@ -8,7 +8,6 @@
#include "base/logging.h"
namespace mojo {
-namespace logging {
namespace {
::logging::LoggingDestination DetermineLogMode(
@@ -45,5 +44,4 @@ void InitLogging() {
false); // enable_tickcount
}
-} // namespace logging
} // namespace mojo
« no previous file with comments | « mojo/logging/init_logging.h ('k') | mojo/public/cpp/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698