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

Unified Diff: shell/context.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/context.h
diff --git a/shell/context.h b/shell/context.h
index ec9ab7249b83fbab9ddcc9b2c935f59f75f168b7..59a7303d48261234c27a4bd91414c5f338ecb338 100644
--- a/shell/context.h
+++ b/shell/context.h
@@ -13,14 +13,13 @@
#include "shell/task_runners.h"
#include "shell/url_resolver.h"
-namespace mojo {
namespace shell {
class NativeApplicationLoader;
// The "global" context for the shell's main process.
class Context : public ApplicationManager::Delegate,
- public embedder::ProcessDelegate {
+ public mojo::embedder::ProcessDelegate {
public:
Context();
~Context() override;
@@ -99,6 +98,5 @@ class Context : public ApplicationManager::Delegate,
};
} // namespace shell
-} // namespace mojo
#endif // SHELL_CONTEXT_H_

Powered by Google App Engine
This is Rietveld 408576698