| 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 {
|
|
|
|
|