| Index: third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefined.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecUserDefined.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefined.cpp
|
| similarity index 95%
|
| rename from third_party/WebKit/Source/wtf/text/TextCodecUserDefined.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefined.cpp
|
| index 92ac7a9faf17c63de69dcdfb974cfa1669ce6e6c..4e1dfb687d06fb13139d21f5e0134997f1c210f7 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecUserDefined.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecUserDefined.cpp
|
| @@ -23,13 +23,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/text/TextCodecUserDefined.h"
|
| +#include "platform/wtf/text/TextCodecUserDefined.h"
|
|
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/StringBuffer.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/StringBuffer.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include <memory>
|
|
|
| namespace WTF {
|
|
|