| Index: third_party/WebKit/Source/core/page/WindowFeatures.h
|
| diff --git a/third_party/WebKit/Source/core/page/WindowFeatures.h b/third_party/WebKit/Source/core/page/WindowFeatures.h
|
| index 762e00a9f2e4fab43ad7a503ab12f4bd5e49c866..7432c94d8d8d47e4b2d2f32e25585f2d1d6623f6 100644
|
| --- a/third_party/WebKit/Source/core/page/WindowFeatures.h
|
| +++ b/third_party/WebKit/Source/core/page/WindowFeatures.h
|
| @@ -30,9 +30,9 @@
|
| #define WindowFeatures_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|