Index: third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h |
diff --git a/third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h b/third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h |
index 080531b49b80acfc911223bcbc16dfc132bf075a..514a2963529cb8854e1db3b0c0103010b40133d4 100644 |
--- a/third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h |
+++ b/third_party/WebKit/Source/web/WebPepperSocketChannelClientProxy.h |
@@ -5,13 +5,13 @@ |
#ifndef WebPepperSocketChannelClientProxy_h |
#define WebPepperSocketChannelClientProxy_h |
+#include <stdint.h> |
+#include <memory> |
#include "modules/websockets/WebSocketChannelClient.h" |
#include "platform/heap/Handle.h" |
+#include "platform/wtf/Vector.h" |
+#include "platform/wtf/text/WTFString.h" |
#include "web/WebPepperSocketImpl.h" |
-#include "wtf/Vector.h" |
-#include "wtf/text/WTFString.h" |
-#include <memory> |
-#include <stdint.h> |
namespace blink { |