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

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

Issue 2741723005: Move geometry interface files to geometry directory. (Closed)
Patch Set: Rebase Created 3 years, 9 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/DetectedBarcode.cpp
diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.cpp b/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.cpp
index c5aeab8d1470ed82bf4eab6cf0663b59bcd93c7d..d22edd99fafdf3dd23fd2c10e93f83fc2d94c607 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.cpp
+++ b/third_party/WebKit/Source/modules/shapedetection/DetectedBarcode.cpp
@@ -4,7 +4,7 @@
#include "modules/shapedetection/DetectedBarcode.h"
-#include "core/dom/DOMRect.h"
+#include "core/geometry/DOMRect.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698