| Index: third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp b/third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp
|
| index 74c1f2d94239f75f1acd770c812377bb6a3c8667..4d00999daa84f42751e57a1d6b4a5cabf52d91e8 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/DateTimeSymbolicFieldElement.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "platform/fonts/Font.h"
|
| #include "platform/text/TextBreakIterator.h"
|
| #include "platform/text/TextRun.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| namespace blink {
|
|
|
|
|