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

Unified Diff: third_party/WebKit/public/web/WebAXObject.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/public/web/WebAXObject.h
diff --git a/third_party/WebKit/public/web/WebAXObject.h b/third_party/WebKit/public/web/WebAXObject.h
index 4581f0c30cb6df1a322d6b4ea1a93317b7ab2d93..bed03a757abdaf1179b419624c4595960b0382a3 100644
--- a/third_party/WebKit/public/web/WebAXObject.h
+++ b/third_party/WebKit/public/web/WebAXObject.h
@@ -31,13 +31,13 @@
#ifndef WebAXObject_h
#define WebAXObject_h
+#include <memory>
+#include "WebAXEnums.h"
#include "public/platform/WebCommon.h"
#include "public/platform/WebPoint.h"
#include "public/platform/WebPrivatePtr.h"
#include "public/platform/WebSize.h"
#include "public/platform/WebVector.h"
-#include "WebAXEnums.h"
-#include <memory>
class SkMatrix44;

Powered by Google App Engine
This is Rietveld 408576698