| Index: third_party/WebKit/Source/platform/wtf/text/StringView.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringView.cpp b/third_party/WebKit/Source/platform/wtf/text/StringView.cpp
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/wtf/text/StringView.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/StringView.cpp
|
| index b74b75ccfd8d7f40dbcf96b0a749b51767c1bf8d..b2c55a82327d6f9394a085c586e3843259dc0508 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringView.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringView.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "wtf/text/StringView.h"
|
| +#include "platform/wtf/text/StringView.h"
|
|
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/StringImpl.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace WTF {
|
|
|
|
|