Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(663)

Unified Diff: third_party/WebKit/Source/platform/WebMemoryAllocatorDump.h

Issue 2015133002: Move memory dumper from public/platform/ to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/platform/SharedBuffer.cpp ('k') | third_party/WebKit/Source/platform/WebMemoryAllocatorDump.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698