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

Unified Diff: third_party/WebKit/Source/platform/wtf/RefPtr.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/RefPtr.h
diff --git a/third_party/WebKit/Source/platform/wtf/RefPtr.h b/third_party/WebKit/Source/platform/wtf/RefPtr.h
index b4b81137f3a06f6a6485d4c9bba431b28075d84f..54162d7dcdd493b6767443fa2bcd189e2126b370 100644
--- a/third_party/WebKit/Source/platform/wtf/RefPtr.h
+++ b/third_party/WebKit/Source/platform/wtf/RefPtr.h
@@ -22,12 +22,12 @@
#ifndef WTF_RefPtr_h
#define WTF_RefPtr_h
+#include <algorithm>
+#include <utility>
#include "platform/wtf/Allocator.h"
#include "platform/wtf/HashTableDeletedValueType.h"
#include "platform/wtf/PassRefPtr.h"
#include "platform/wtf/allocator/PartitionAllocator.h"
-#include <algorithm>
-#include <utility>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698