| Index: third_party/WebKit/Source/platform/wtf/text/StringBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringBuilder.cpp b/third_party/WebKit/Source/platform/wtf/text/StringBuilder.cpp
|
| similarity index 97%
|
| rename from third_party/WebKit/Source/wtf/text/StringBuilder.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/StringBuilder.cpp
|
| index 3086eb99f330e5c68cf1e9a84a10f589d9aa4f47..ca5c2634faa8a0c63470e207867f68b812591a16 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringBuilder.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/StringBuilder.cpp
|
| @@ -24,11 +24,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| -#include "wtf/dtoa.h"
|
| -#include "wtf/text/IntegerToStringConversion.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/dtoa.h"
|
| +#include "platform/wtf/text/IntegerToStringConversion.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include <algorithm>
|
|
|
| namespace WTF {
|
|
|