| Index: third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp b/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
|
| index 685d8ab94bb10ae2256506f974e6a8087803308d..e54a46651b3b29c043705453b682dd619b433a9b 100644
|
| --- a/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
|
| @@ -15,10 +15,10 @@
|
| #include "core/html/HTMLElement.h"
|
| #include "core/html/HTMLHtmlElement.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Compiler.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Compiler.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|