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

Unified Diff: third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/instrumentation/tracing/web_process_memory_dump.h
diff --git a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
index d1f84749aea498ddb19fd2b72fd34d718269ad77..3dac0e1e8c4fe7008af54aad6b4a01a5046dfcdd 100644
--- a/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
+++ b/third_party/WebKit/Source/platform/instrumentation/tracing/web_process_memory_dump.h
@@ -5,6 +5,9 @@
#ifndef WebProcessMemoryDump_h
#define WebProcessMemoryDump_h
+#include <map>
+#include <memory>
+#include <vector>
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/trace_event/heap_profiler_allocation_context.h"
@@ -13,9 +16,6 @@
#include "platform/instrumentation/tracing/web_memory_allocator_dump.h"
#include "wtf/HashMap.h"
#include "wtf/text/WTFString.h"
-#include <map>
-#include <memory>
-#include <vector>
class SkTraceMemoryDump;

Powered by Google App Engine
This is Rietveld 408576698