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

Unified Diff: third_party/WebKit/Source/platform/wtf/HashFunctions.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/HashFunctions.h
diff --git a/third_party/WebKit/Source/platform/wtf/HashFunctions.h b/third_party/WebKit/Source/platform/wtf/HashFunctions.h
index 2d0decb0d37e49da29fe6f41095cbc4281b057d6..12e7af1664223f0f401b97d8ad0373fbf6f0e1b5 100644
--- a/third_party/WebKit/Source/platform/wtf/HashFunctions.h
+++ b/third_party/WebKit/Source/platform/wtf/HashFunctions.h
@@ -21,11 +21,11 @@
#ifndef WTF_HashFunctions_h
#define WTF_HashFunctions_h
-#include "platform/wtf/RefPtr.h"
-#include "platform/wtf/StdLibExtras.h"
-#include <memory>
#include <stdint.h>
+#include <memory>
#include <type_traits>
+#include "platform/wtf/RefPtr.h"
+#include "platform/wtf/StdLibExtras.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698