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

Unified Diff: third_party/WebKit/Source/platform/ServiceConnector.h

Issue 2528743002: Shape Detection: Implement FaceDetection on Mac as out-of-process service (Closed)
Patch Set: avi@ comments, rebase Created 4 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: third_party/WebKit/Source/platform/ServiceConnector.h
diff --git a/third_party/WebKit/Source/platform/ServiceConnector.h b/third_party/WebKit/Source/platform/ServiceConnector.h
index 6d6b56b6fc915205253a55fb0128b819721bdaf1..04e6d78aedbe950b29b42ecc038460b687b9cbf4 100644
--- a/third_party/WebKit/Source/platform/ServiceConnector.h
+++ b/third_party/WebKit/Source/platform/ServiceConnector.h
@@ -6,6 +6,7 @@
#define ServiceConnector_h
#include "mojo/public/cpp/bindings/binding.h"
+#include "platform/ServiceConnector.h"
#include "public/platform/Platform.h"
#include "services/service_manager/public/interfaces/connector.mojom-blink.h"
#include "wtf/StdLibExtras.h"

Powered by Google App Engine
This is Rietveld 408576698