| Index: Source/common/WebCString.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebCString.cpp b/Source/common/WebCString.cpp
|
| similarity index 96%
|
| rename from Source/core/platform/chromium/support/WebCString.cpp
|
| rename to Source/common/WebCString.cpp
|
| index c49f9a41f906443b95396ff6a0acbdcac63afdeb..c9e81fd5d98df1038978b252d4d2943581bb0efb 100644
|
| --- a/Source/core/platform/chromium/support/WebCString.cpp
|
| +++ b/Source/common/WebCString.cpp
|
| @@ -30,10 +30,10 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "public/platform/WebCString.h"
|
| +#include "public/common/WebCString.h"
|
|
|
| -#include "public/platform/WebString.h"
|
| -#include <wtf/text/CString.h>
|
| +#include "public/common/WebString.h"
|
| +#include "wtf/text/CString.h"
|
|
|
| namespace WebKit {
|
|
|
|
|