| Index: third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicString.cpp b/third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
|
| similarity index 94%
|
| rename from third_party/WebKit/Source/wtf/text/AtomicString.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
|
| index e91194b36fb80bf2ccfab5783b000b8f38787409..f1782f54d4db4a50007af23d706c46f44c880ac2 100644
|
| --- a/third_party/WebKit/Source/wtf/text/AtomicString.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
|
| @@ -21,12 +21,12 @@
|
| *
|
| */
|
|
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| -#include "wtf/dtoa.h"
|
| -#include "wtf/text/AtomicStringTable.h"
|
| -#include "wtf/text/IntegerToStringConversion.h"
|
| -#include "wtf/text/StringImpl.h"
|
| +#include "platform/wtf/dtoa.h"
|
| +#include "platform/wtf/text/AtomicStringTable.h"
|
| +#include "platform/wtf/text/IntegerToStringConversion.h"
|
| +#include "platform/wtf/text/StringImpl.h"
|
|
|
| namespace WTF {
|
|
|
|
|