| Index: third_party/WebKit/Source/core/page/WindowFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/WindowFeatures.cpp b/third_party/WebKit/Source/core/page/WindowFeatures.cpp
|
| index 843c765196e7de8c5ac050da461fa274e837c18e..8c20632b0f6fff9624b8707e6dc96ba2e66f0c9d 100644
|
| --- a/third_party/WebKit/Source/core/page/WindowFeatures.cpp
|
| +++ b/third_party/WebKit/Source/core/page/WindowFeatures.cpp
|
| @@ -24,9 +24,9 @@
|
| #include "core/page/WindowFeatures.h"
|
|
|
| #include "platform/geometry/IntRect.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|