| Index: third_party/WebKit/Source/modules/shapedetection/DetectedText.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/DetectedText.h b/third_party/WebKit/Source/modules/shapedetection/DetectedText.h
|
| index 4c92dc12206c736d75b58d5f3849319db3357359..cb1504eecaf9284b52f80c9f3331e31b2881e8f3 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/DetectedText.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/DetectedText.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef DetectedText_h
|
| #define DetectedText_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/ModulesExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|