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

Unified Diff: mojo/application/public/cpp/connect.h

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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: mojo/application/public/cpp/connect.h
diff --git a/third_party/mojo/src/mojo/public/cpp/application/connect.h b/mojo/application/public/cpp/connect.h
similarity index 74%
rename from third_party/mojo/src/mojo/public/cpp/application/connect.h
rename to mojo/application/public/cpp/connect.h
index e427ce6237ee54454fb7bcb37daf33491d3c2905..ecf920e042c5de5329306a4c30bd095fb4f8970e 100644
--- a/third_party/mojo/src/mojo/public/cpp/application/connect.h
+++ b/mojo/application/public/cpp/connect.h
@@ -2,10 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_PUBLIC_CPP_APPLICATION_CONNECT_H_
-#define MOJO_PUBLIC_CPP_APPLICATION_CONNECT_H_
+#ifndef MOJO_APPLICATION_PUBLIC_CPP_CONNECT_H_
+#define MOJO_APPLICATION_PUBLIC_CPP_CONNECT_H_
-#include "mojo/public/interfaces/application/service_provider.mojom.h"
+#include "mojo/application/public/interfaces/service_provider.mojom.h"
namespace mojo {
@@ -20,4 +20,4 @@ inline void ConnectToService(ServiceProvider* service_provider,
} // namespace mojo
-#endif // MOJO_PUBLIC_CPP_APPLICATION_CONNECT_H_
+#endif // MOJO_APPLICATION_PUBLIC_CPP_CONNECT_H_

Powered by Google App Engine
This is Rietveld 408576698