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

Unified Diff: third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.h

Issue 2391383002: Moving platform tracing things into platform/tracing. (Closed)
Patch Set: Created 4 years, 2 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/tracing/MemoryCacheDumpProvider.h
diff --git a/third_party/WebKit/Source/platform/MemoryCacheDumpProvider.h b/third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.h
similarity index 96%
rename from third_party/WebKit/Source/platform/MemoryCacheDumpProvider.h
rename to third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.h
index 1701221f25d68a4d91ff379cb6ce9c155643f7dd..8cf8b9e98782565c11b178793476146db78edc25 100644
--- a/third_party/WebKit/Source/platform/MemoryCacheDumpProvider.h
+++ b/third_party/WebKit/Source/platform/tracing/MemoryCacheDumpProvider.h
@@ -9,7 +9,7 @@
#include "base/trace_event/process_memory_dump.h"
#include "platform/PlatformExport.h"
#include "platform/heap/Handle.h"
-#include "platform/web_process_memory_dump.h"
+#include "platform/tracing/web_process_memory_dump.h"
#include "wtf/Allocator.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698