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

Unified Diff: third_party/WebKit/Source/platform/tracing/web_process_memory_dump.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/web_process_memory_dump.h
diff --git a/third_party/WebKit/Source/platform/web_process_memory_dump.h b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump.h
similarity index 99%
rename from third_party/WebKit/Source/platform/web_process_memory_dump.h
rename to third_party/WebKit/Source/platform/tracing/web_process_memory_dump.h
index e676ae170740f7c614d2b817b1a09fc99b13c3eb..3d3c755e83fabc145a736925a7e6f1bddb162556 100644
--- a/third_party/WebKit/Source/platform/web_process_memory_dump.h
+++ b/third_party/WebKit/Source/platform/tracing/web_process_memory_dump.h
@@ -10,7 +10,7 @@
#include "base/trace_event/heap_profiler_allocation_context.h"
#include "base/trace_event/memory_dump_request_args.h"
#include "platform/PlatformExport.h"
-#include "platform/web_memory_allocator_dump.h"
+#include "platform/tracing/web_memory_allocator_dump.h"
#include "wtf/HashMap.h"
#include "wtf/text/WTFString.h"
#include <map>

Powered by Google App Engine
This is Rietveld 408576698