| Index: third_party/WebKit/Source/platform/exported/WebString.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebString.cpp b/third_party/WebKit/Source/platform/exported/WebString.cpp
|
| index 29205801bb9b834244815d04ed2d5cdd7b032b6a..7b7134b0a19dff0f6fd788602e01aec125f00826 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebString.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebString.cpp
|
| @@ -31,12 +31,12 @@
|
| #include "public/platform/WebString.h"
|
|
|
| #include "base/strings/string_util.h"
|
| -#include "wtf/text/ASCIIFastPath.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/StringUTF8Adaptor.h"
|
| -#include "wtf/text/StringView.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/ASCIIFastPath.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/StringUTF8Adaptor.h"
|
| +#include "platform/wtf/text/StringView.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| #define STATIC_ASSERT_ENUM(a, b) \
|
| static_assert(static_cast<int>(a) == static_cast<int>(b), \
|
|
|