| Index: components/html_viewer/web_socket_handle_impl.h
|
| diff --git a/components/html_viewer/web_socket_handle_impl.h b/components/html_viewer/web_socket_handle_impl.h
|
| index fda06b000b14348d02d75859483c87f5c1aa760b..63f2fb51082101cb30a3e6fdfdc3fe060cbdbbc5 100644
|
| --- a/components/html_viewer/web_socket_handle_impl.h
|
| +++ b/components/html_viewer/web_socket_handle_impl.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef COMPONENTS_HTML_VIEWER_WEB_SOCKET_HANDLE_IMPL_H_
|
| #define COMPONENTS_HTML_VIEWER_WEB_SOCKET_HANDLE_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "mojo/message_pump/handle_watcher.h"
|
|
|