| Index: ppapi/shared_impl/ppb_network_list_private_shared.h
|
| diff --git a/ppapi/shared_impl/ppb_network_list_private_shared.h b/ppapi/shared_impl/ppb_network_list_private_shared.h
|
| index 916cc129d7a1c96379a36f2d1bfd7c169c24ca28..8396003a93ba893ec6d567dc12caeb3f5e949291 100644
|
| --- a/ppapi/shared_impl/ppb_network_list_private_shared.h
|
| +++ b/ppapi/shared_impl/ppb_network_list_private_shared.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "ppapi/c/private/ppb_net_address_private.h"
|
| #include "ppapi/shared_impl/resource.h"
|
| #include "ppapi/thunk/ppb_network_list_api.h"
|
|
|
| @@ -68,8 +69,7 @@ class PPAPI_SHARED_EXPORT PPB_NetworkList_Private_Shared
|
| virtual PP_NetworkListType_Private GetType(uint32_t index) OVERRIDE;
|
| virtual PP_NetworkListState_Private GetState(uint32_t index) OVERRIDE;
|
| virtual int32_t GetIpAddresses(uint32_t index,
|
| - PP_NetAddress_Private addresses[],
|
| - uint32_t count) OVERRIDE;
|
| + const PP_ArrayOutput& output) OVERRIDE;
|
| virtual PP_Var GetDisplayName(uint32_t index) OVERRIDE;
|
| virtual uint32_t GetMTU(uint32_t index) OVERRIDE;
|
|
|
|
|