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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.cpp

Issue 2620083002: Shape Detection: Move mojom interface to //services (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.cpp
diff --git a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.cpp b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.cpp
index 129469f69d3290dfbf2ca45e1251e6372c1d6d12..92e7e14a41825e0c12cdc00eef44814f5e51eaeb 100644
--- a/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.cpp
+++ b/third_party/WebKit/Source/modules/shapedetection/BarcodeDetector.cpp
@@ -47,7 +47,8 @@ ScriptPromise BarcodeDetector::doDetect(
void BarcodeDetector::onDetectBarcodes(
ScriptPromiseResolver* resolver,
- Vector<mojom::blink::BarcodeDetectionResultPtr> barcodeDetectionResults) {
+ Vector<shape_detection::mojom::blink::BarcodeDetectionResultPtr>
+ barcodeDetectionResults) {
DCHECK(m_barcodeServiceRequests.contains(resolver));
m_barcodeServiceRequests.remove(resolver);

Powered by Google App Engine
This is Rietveld 408576698