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

Unified Diff: third_party/WebKit/Source/platform/wtf/VectorTraits.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/VectorTraits.h
diff --git a/third_party/WebKit/Source/platform/wtf/VectorTraits.h b/third_party/WebKit/Source/platform/wtf/VectorTraits.h
index 117768579e07793947a8348f1f4c5c3e94dab889..5c6e8e82bdff62c2d6e23634eb2711edf3fe5d07 100644
--- a/third_party/WebKit/Source/platform/wtf/VectorTraits.h
+++ b/third_party/WebKit/Source/platform/wtf/VectorTraits.h
@@ -21,11 +21,11 @@
#ifndef WTF_VectorTraits_h
#define WTF_VectorTraits_h
-#include "platform/wtf/RefPtr.h"
-#include "platform/wtf/TypeTraits.h"
#include <memory>
#include <type_traits>
#include <utility>
+#include "platform/wtf/RefPtr.h"
+#include "platform/wtf/TypeTraits.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698