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..eed6b54ff31179328091c4f3812da56422f5d350 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 "web/WebPepperSocketImpl.h" |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
-#include <stdint.h> |
namespace blink { |