| Index: third_party/WebKit/Source/web/WebElement.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebElement.cpp b/third_party/WebKit/Source/web/WebElement.cpp
|
| index f931410d4e7fc752cfae2d225c1c912a2a83adcb..ae3b2dbe8df9b5b332137d7f117e6b2e24757e3d 100644
|
| --- a/third_party/WebKit/Source/web/WebElement.cpp
|
| +++ b/third_party/WebKit/Source/web/WebElement.cpp
|
| @@ -37,10 +37,10 @@
|
| #include "core/editing/EditingUtilities.h"
|
| #include "core/html/TextControlElement.h"
|
| #include "platform/graphics/Image.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebRect.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|