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

Unified Diff: blimp/client/blimp_startup.cc

Issue 1570943002: [Blimp client] Move client code into blimp::client namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 | « blimp/client/blimp_startup.h ('k') | blimp/client/compositor/blimp_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/blimp_startup.cc
diff --git a/blimp/client/blimp_startup.cc b/blimp/client/blimp_startup.cc
index 8e51b28cfd2bf5076eb8b4b2b4b706cbcbb7d47d..bcb3d462f158820138d98ce2f0ac63efbd8c8706 100644
--- a/blimp/client/blimp_startup.cc
+++ b/blimp/client/blimp_startup.cc
@@ -18,6 +18,7 @@ base::LazyInstance<scoped_ptr<base::MessageLoopForUI>> g_main_message_loop =
}
namespace blimp {
+namespace client {
void InitializeLogging() {
logging::LoggingSettings settings;
@@ -50,4 +51,5 @@ bool InitializeMainMessageLoop() {
return true;
}
+} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/blimp_startup.h ('k') | blimp/client/compositor/blimp_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698