| Index: third_party/WebKit/Source/core/css/CSSIdentifierValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSIdentifierValue.cpp b/third_party/WebKit/Source/core/css/CSSIdentifierValue.cpp
|
| index bccadd308f794120679b0a5b7aa38229e1ccef29..86a4b727b7d40d5fdf1ad163517aa7f261a881f7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSIdentifierValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSIdentifierValue.cpp
|
| @@ -7,8 +7,8 @@
|
| #include "core/css/CSSMarkup.h"
|
| #include "core/css/CSSValuePool.h"
|
| #include "platform/Length.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 {
|
|
|
|
|