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

Unified Diff: shell/init.h

Issue 1067173003: Remove mojo:: part of mojo::shell:: nested namespace in //shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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
Index: shell/init.h
diff --git a/shell/init.h b/shell/init.h
index 23a5140bf946ce709820dec6daf81fb0f0903f17..7cac307106b847eb01531becd8b8bbfce0817238 100644
--- a/shell/init.h
+++ b/shell/init.h
@@ -5,7 +5,6 @@
#ifndef SHELL_INIT_H_
#define SHELL_INIT_H_
-namespace mojo {
namespace shell {
// Initialization routines shared by desktop and Android main functions.
@@ -13,6 +12,5 @@ namespace shell {
void InitializeLogging();
} // namespace shell
-} // namespace mojo
#endif // SHELL_INIT_H_

Powered by Google App Engine
This is Rietveld 408576698