| Index: third_party/WebKit/Source/core/frame/DOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| index e11da8ccdab6a8fbd89a184277c895a6c081ace3..d7e3bc1062d41863beddac26fbcbd48f21dc39cc 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| @@ -11,8 +11,8 @@
|
| #include "core/frame/DOMWindowBase64.h"
|
| #include "core/frame/Frame.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|