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

Unified Diff: shell/dynamic_application_loader.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
Index: shell/dynamic_application_loader.h
diff --git a/mojo/shell/dynamic_application_loader.h b/shell/dynamic_application_loader.h
similarity index 91%
rename from mojo/shell/dynamic_application_loader.h
rename to shell/dynamic_application_loader.h
index 7a7b41b5f603de763c997eb37df51aab798406b3..1dc9a8a4d7a83f7e287bab413e05a0169331fcae 100644
--- a/mojo/shell/dynamic_application_loader.h
+++ b/shell/dynamic_application_loader.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SHELL_DYNAMIC_APPLICATION_LOADER_H_
-#define MOJO_SHELL_DYNAMIC_APPLICATION_LOADER_H_
+#ifndef SHELL_DYNAMIC_APPLICATION_LOADER_H_
+#define SHELL_DYNAMIC_APPLICATION_LOADER_H_
#include <map>
@@ -14,7 +14,7 @@
#include "mojo/application_manager/application_loader.h"
#include "mojo/public/cpp/system/core.h"
#include "mojo/services/public/interfaces/network/network_service.mojom.h"
-#include "mojo/shell/dynamic_service_runner.h"
+#include "shell/dynamic_service_runner.h"
#include "url/gurl.h"
namespace mojo {
@@ -68,4 +68,4 @@ class DynamicApplicationLoader : public ApplicationLoader {
} // namespace shell
} // namespace mojo
-#endif // MOJO_SHELL_DYNAMIC_APPLICATION_LOADER_H_
+#endif // SHELL_DYNAMIC_APPLICATION_LOADER_H_
« no previous file with comments | « shell/domain_socket/unix_domain_server_socket_posix_unittest.cc ('k') | shell/dynamic_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698