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

Unified Diff: third_party/WebKit/Source/platform/wtf/HashSet.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/HashSet.h
diff --git a/third_party/WebKit/Source/platform/wtf/HashSet.h b/third_party/WebKit/Source/platform/wtf/HashSet.h
index 1729e0d84ff443d4b541aa927de2edc0818727ae..48610db0dac8f0e2c2a48da00be341fc076f38ff 100644
--- a/third_party/WebKit/Source/platform/wtf/HashSet.h
+++ b/third_party/WebKit/Source/platform/wtf/HashSet.h
@@ -21,9 +21,9 @@
#ifndef WTF_HashSet_h
#define WTF_HashSet_h
+#include <initializer_list>
#include "platform/wtf/HashTable.h"
#include "platform/wtf/allocator/PartitionAllocator.h"
-#include <initializer_list>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698