| Index: third_party/WebKit/Source/platform/wtf/DataLog.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/DataLog.cpp b/third_party/WebKit/Source/platform/wtf/DataLog.cpp
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/wtf/DataLog.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/DataLog.cpp
|
| index f70534c295b39be270b68368359f65f208b8f80e..a59f1379558e2d8a2f7652647748b48868870608 100644
|
| --- a/third_party/WebKit/Source/wtf/DataLog.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/DataLog.cpp
|
| @@ -23,7 +23,7 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/DataLog.h"
|
| +#include "platform/wtf/DataLog.h"
|
|
|
| #if OS(POSIX)
|
| #include <pthread.h>
|
|
|