| Index: third_party/WebKit/Source/core/dom/DOMException.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMException.h b/third_party/WebKit/Source/core/dom/DOMException.h
|
| index 6de7b3ff158502799a27fd928464d2c8fea42ec4..9075813436f6281d0d57564801486acad225fecc 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMException.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMException.h
|
| @@ -33,8 +33,8 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|