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

Unified Diff: components/surfaces/surfaces_service_application.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: components/surfaces/surfaces_service_application.h
diff --git a/components/surfaces/surfaces_service_application.h b/components/surfaces/surfaces_service_application.h
index ba55d0c124e97d2cb2827050fed58e5b275f3684..9101c9d10ce962765a1b87b88251fa12a1d73638 100644
--- a/components/surfaces/surfaces_service_application.h
+++ b/components/surfaces/surfaces_service_application.h
@@ -9,9 +9,9 @@
#include "cc/surfaces/surface_manager.h"
#include "components/surfaces/public/interfaces/display.mojom.h"
#include "components/surfaces/public/interfaces/surfaces.mojom.h"
+#include "mojo/application/public/cpp/application_delegate.h"
+#include "mojo/application/public/cpp/interface_factory.h"
#include "mojo/common/tracing_impl.h"
-#include "third_party/mojo/src/mojo/public/cpp/application/application_delegate.h"
-#include "third_party/mojo/src/mojo/public/cpp/application/interface_factory.h"
namespace mojo {
class ApplicationConnection;

Powered by Google App Engine
This is Rietveld 408576698