Index: third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp |
index 61341c699ac92967d36734ccee2598fe776fd110..bb98a94c367b6694360c3b1372cda79d77fa0425 100644 |
--- a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.cpp |
@@ -4,9 +4,9 @@ |
#include "SymbolsIterator.h" |
-#include "wtf/PtrUtil.h" |
#include <unicode/uchar.h> |
#include <unicode/uniset.h> |
+#include "wtf/PtrUtil.h" |
namespace blink { |