| Index: mojo/services/network/public/cpp/web_socket_write_queue.h
|
| diff --git a/mojo/services/network/public/cpp/web_socket_write_queue.h b/mojo/services/network/public/cpp/web_socket_write_queue.h
|
| index b7ca161ea065c8fc254b41893b52867fc3a3d296..fe513aa40c9a9b632a78801dfa032566ad941b3e 100644
|
| --- a/mojo/services/network/public/cpp/web_socket_write_queue.h
|
| +++ b/mojo/services/network/public/cpp/web_socket_write_queue.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef MOJO_SERVICES_NETWORK_PUBLIC_CPP_WEB_SOCKET_WRITE_QUEUE_H_
|
| #define MOJO_SERVICES_NETWORK_PUBLIC_CPP_WEB_SOCKET_WRITE_QUEUE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/callback.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|