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

Unified Diff: shell/context.h

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « shell/child_process_host_unittest.cc ('k') | shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/context.h
diff --git a/mojo/shell/context.h b/shell/context.h
similarity index 91%
rename from mojo/shell/context.h
rename to shell/context.h
index 7f980d4457b6bde96e214837d485a3b1f2e7b195..71ef68b606fff91119c6c666a7f26aede84bc58f 100644
--- a/mojo/shell/context.h
+++ b/shell/context.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SHELL_CONTEXT_H_
-#define MOJO_SHELL_CONTEXT_H_
+#ifndef SHELL_CONTEXT_H_
+#define SHELL_CONTEXT_H_
#include <string>
#include "base/macros.h"
#include "mojo/application_manager/application_manager.h"
-#include "mojo/shell/mojo_url_resolver.h"
-#include "mojo/shell/task_runners.h"
+#include "shell/mojo_url_resolver.h"
+#include "shell/task_runners.h"
#if defined(OS_ANDROID)
#include "base/android/scoped_java_ref.h"
@@ -71,4 +71,4 @@ class Context : ApplicationManager::Delegate {
} // namespace shell
} // namespace mojo
-#endif // MOJO_SHELL_CONTEXT_H_
+#endif // SHELL_CONTEXT_H_
« no previous file with comments | « shell/child_process_host_unittest.cc ('k') | shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698