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

Unified Diff: mojo/shell/loader.h

Issue 1764253002: Rename shell.mojom to connector.mojom, ApplicationManager to Shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@32exe
Patch Set: . Created 4 years, 10 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 | « mojo/shell/identity.cc ('k') | mojo/shell/native_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/loader.h
diff --git a/mojo/shell/loader.h b/mojo/shell/loader.h
index cec8fced17aff2dc62a82960a30737e884670ec4..756c070acb285f17eb9830c4033f78a0e268239d 100644
--- a/mojo/shell/loader.h
+++ b/mojo/shell/loader.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SHELL_APPLICATION_MANAGER_LOADER_H_
-#define SHELL_APPLICATION_MANAGER_LOADER_H_
+#ifndef MOJO_SHELL_LOADER_H_
+#define MOJO_SHELL_LOADER_H_
#include "base/callback.h"
#include "mojo/public/cpp/system/core.h"
-#include "mojo/shell/public/interfaces/shell.mojom.h"
+#include "mojo/shell/public/interfaces/connector.mojom.h"
#include "mojo/shell/public/interfaces/shell_client.mojom.h"
namespace mojo {
@@ -25,4 +25,4 @@ class Loader {
} // namespace shell
} // namespace mojo
-#endif // SHELL_APPLICATION_MANAGER_LOADER_H_
+#endif // MOJO_SHELL_LOADER_H_
« no previous file with comments | « mojo/shell/identity.cc ('k') | mojo/shell/native_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698