| Index: third_party/WebKit/Source/platform/WebMemoryAllocatorDump.h
|
| diff --git a/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h b/third_party/WebKit/Source/platform/WebMemoryAllocatorDump.h
|
| similarity index 95%
|
| rename from third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
|
| rename to third_party/WebKit/Source/platform/WebMemoryAllocatorDump.h
|
| index 8142725ae70950761f60bc443d71811f393c0097..8c2d224c416f809bd82645cbc14931e0c4f4e3c6 100644
|
| --- a/third_party/WebKit/public/platform/WebMemoryAllocatorDump.h
|
| +++ b/third_party/WebKit/Source/platform/WebMemoryAllocatorDump.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef WebMemoryAllocatorDump_h
|
| #define WebMemoryAllocatorDump_h
|
|
|
| -#include "WebCommon.h"
|
| -#include "WebString.h"
|
| +#include "public/platform/WebCommon.h"
|
| +#include "public/platform/WebString.h"
|
|
|
| namespace blink {
|
| typedef uint64_t WebMemoryAllocatorDumpGuid;
|
|
|