| Index: ppapi/cpp/private/flash_net_connector.h
|
| diff --git a/ppapi/cpp/private/flash_net_connector.h b/ppapi/cpp/private/flash_net_connector.h
|
| index 2ab14aaaf5651a8c1254f5506c8c0c9df207e4f5..eb064ba642048b26fdfdddb9c8829b820a9f96c3 100644
|
| --- a/ppapi/cpp/private/flash_net_connector.h
|
| +++ b/ppapi/cpp/private/flash_net_connector.h
|
| @@ -11,13 +11,13 @@
|
| namespace pp {
|
|
|
| class CompletionCallback;
|
| -class Instance;
|
| +class InstanceHandle;
|
|
|
| namespace flash {
|
|
|
| class NetConnector : public Resource {
|
| public:
|
| - explicit NetConnector(const Instance& instance);
|
| + explicit NetConnector(const InstanceHandle& instance);
|
|
|
| int32_t ConnectTcp(const char* host,
|
| uint16_t port,
|
|
|