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

Unified Diff: third_party/WebKit/Source/platform/WebIconSizesParser.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/WebIconSizesParser.cpp
diff --git a/third_party/WebKit/Source/platform/WebIconSizesParser.cpp b/third_party/WebKit/Source/platform/WebIconSizesParser.cpp
index 4652fc2e1baf1e033a272643e65b16f0dddc1062..77ac27e9e7c37116331481091068be60f21b84f4 100644
--- a/third_party/WebKit/Source/platform/WebIconSizesParser.cpp
+++ b/third_party/WebKit/Source/platform/WebIconSizesParser.cpp
@@ -4,11 +4,11 @@
#include "public/platform/WebIconSizesParser.h"
+#include <algorithm>
#include "public/platform/WebSize.h"
#include "public/platform/WebString.h"
#include "wtf/text/StringToNumber.h"
#include "wtf/text/WTFString.h"
-#include <algorithm>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/WaitableEvent.cpp ('k') | third_party/WebKit/Source/platform/WebTaskRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698