| Index: third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp b/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
|
| index 27342605426473176238848bec9dcd1a6b099dc7..34d4327f308abac0f8a90dd02425caa603b96c5d 100644
|
| --- a/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
|
| +++ b/third_party/WebKit/Source/core/css/DOMWindowCSS.cpp
|
| @@ -33,8 +33,8 @@
|
| #include "core/css/CSSPropertyMetadata.h"
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/css/parser/CSSParser.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|