| Index: third_party/WebKit/Source/modules/quota/DOMError.h
|
| diff --git a/third_party/WebKit/Source/modules/quota/DOMError.h b/third_party/WebKit/Source/modules/quota/DOMError.h
|
| index 2d271831cd36ecf2c1f4b240b04d5bf6be7a77e2..c914f4719565e131dc7d6a1f214107de276e02de 100644
|
| --- a/third_party/WebKit/Source/modules/quota/DOMError.h
|
| +++ b/third_party/WebKit/Source/modules/quota/DOMError.h
|
| @@ -26,9 +26,9 @@
|
| #ifndef DOMError_h
|
| #define DOMError_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/DOMException.h"
|
| #include "modules/ModulesExport.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|
|
|