| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 869b1be969768d3e7306b3d76ae7d7164bbfb6b5..1a7795359d4a3820e306ef8c061da0b95c6981d9 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -141,11 +141,11 @@
|
| #include "platform/graphics/CompositorMutableProperties.h"
|
| #include "platform/graphics/CompositorMutation.h"
|
| #include "platform/scroll/ScrollableArea.h"
|
| -#include "wtf/BitVector.h"
|
| -#include "wtf/HashFunctions.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/TextPosition.h"
|
| +#include "platform/wtf/BitVector.h"
|
| +#include "platform/wtf/HashFunctions.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/TextPosition.h"
|
|
|
| namespace blink {
|
|
|
|
|