| Index: ppapi/proxy/websocket_resource_unittest.cc
|
| diff --git a/ppapi/proxy/websocket_resource_unittest.cc b/ppapi/proxy/websocket_resource_unittest.cc
|
| index bdc0b885494889c4a6c8db67da6b718e6042ebf3..9df1308b4f6784412ad129c644f27a2925e11cf1 100644
|
| --- a/ppapi/proxy/websocket_resource_unittest.cc
|
| +++ b/ppapi/proxy/websocket_resource_unittest.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "ppapi/c/pp_errors.h"
|
|
|