| Index: third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp b/third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.cpp
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.cpp
|
| index ee897fa377b117ea54cbfcc3a10d5e686fabba6a..dcaf817a60a7f50f5000313f00f9f0c9cfb6209f 100644
|
| --- a/third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.cpp
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "wtf/text/AtomicStringTable.h"
|
| +#include "platform/wtf/text/AtomicStringTable.h"
|
|
|
| -#include "wtf/text/StringHash.h"
|
| -#include "wtf/text/UTF8.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
| +#include "platform/wtf/text/UTF8.h"
|
|
|
| namespace WTF {
|
|
|
|
|