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

Unified Diff: shell/application_manager/application_loader.h

Issue 814273005: Move application_manager from /mojo to /shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Update include guards. Created 5 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 | « shell/application_manager/BUILD.gn ('k') | shell/application_manager/application_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/application_loader.h
diff --git a/mojo/application_manager/application_loader.h b/shell/application_manager/application_loader.h
similarity index 89%
rename from mojo/application_manager/application_loader.h
rename to shell/application_manager/application_loader.h
index a1d16bd0be9a21de7930fbdbffc33b8ef20e315f..7dffe0ab63df95a712f243787ea6ddcf668832f0 100644
--- a/mojo/application_manager/application_loader.h
+++ b/shell/application_manager/application_loader.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_APPLICATION_MANAGER_APPLICATION_LOADER_H_
-#define MOJO_APPLICATION_MANAGER_APPLICATION_LOADER_H_
+#ifndef SHELL_APPLICATION_MANAGER_APPLICATION_LOADER_H_
+#define SHELL_APPLICATION_MANAGER_APPLICATION_LOADER_H_
#include "base/callback.h"
-#include "mojo/application_manager/application_manager_export.h"
#include "mojo/public/cpp/system/core.h"
#include "mojo/services/network/public/interfaces/url_loader.mojom.h"
+#include "shell/application_manager/application_manager_export.h"
#include "url/gurl.h"
namespace mojo {
@@ -55,4 +55,4 @@ class MOJO_APPLICATION_MANAGER_EXPORT ApplicationLoader {
} // namespace mojo
-#endif // MOJO_APPLICATION_MANAGER_APPLICATION_LOADER_H_
+#endif // SHELL_APPLICATION_MANAGER_APPLICATION_LOADER_H_
« no previous file with comments | « shell/application_manager/BUILD.gn ('k') | shell/application_manager/application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698