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

Unified Diff: third_party/WebKit/public/web/WebPopupMenuInfo.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/WebPopupMenuInfo.h
diff --git a/third_party/WebKit/public/web/WebPopupMenuInfo.h b/third_party/WebKit/public/web/WebPopupMenuInfo.h
index 659fea882e7d9ef7af9bdc47b5a76e505521a159..d62e658fa2eb0de29639d617842db28454d71e7f 100644
--- a/third_party/WebKit/public/web/WebPopupMenuInfo.h
+++ b/third_party/WebKit/public/web/WebPopupMenuInfo.h
@@ -31,8 +31,8 @@
#ifndef WebPopupMenuInfo_h
#define WebPopupMenuInfo_h
-#include "public/platform/WebVector.h"
#include "WebMenuItemInfo.h"
+#include "public/platform/WebVector.h"
namespace blink {
@@ -45,6 +45,6 @@ struct WebPopupMenuInfo {
bool right_aligned;
bool allow_multiple_selection;
};
-}
+} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698