| Index: remoting/client/plugin/pepper_port_allocator.cc
|
| diff --git a/remoting/client/plugin/pepper_port_allocator.cc b/remoting/client/plugin/pepper_port_allocator.cc
|
| index 11fee0757ddca2bbadddb6f53bd2b4dc18511988..0b24341cabdf605843f903a300b2845f4c5dcb65 100644
|
| --- a/remoting/client/plugin/pepper_port_allocator.cc
|
| +++ b/remoting/client/plugin/pepper_port_allocator.cc
|
| @@ -4,7 +4,10 @@
|
|
|
| #include "remoting/client/plugin/pepper_port_allocator.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/bind.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "net/base/net_util.h"
|
| #include "ppapi/c/pp_errors.h"
|
|
|