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

Unified Diff: third_party/WebKit/Source/platform/wtf/ListHashSet.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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/wtf/ListHashSet.h
diff --git a/third_party/WebKit/Source/platform/wtf/ListHashSet.h b/third_party/WebKit/Source/platform/wtf/ListHashSet.h
index 7ee4ad21b21ab6951ceb875a98cbd539241de31f..9ab2dd23e55f603ff7f42bdf465043b052175157 100644
--- a/third_party/WebKit/Source/platform/wtf/ListHashSet.h
+++ b/third_party/WebKit/Source/platform/wtf/ListHashSet.h
@@ -23,9 +23,9 @@
#ifndef WTF_ListHashSet_h
#define WTF_ListHashSet_h
+#include <memory>
#include "platform/wtf/HashSet.h"
#include "platform/wtf/allocator/PartitionAllocator.h"
-#include <memory>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698