Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: ppapi/cpp/private/flash_net_connector.h

Issue 9381010: Convert resources to take an instance key instead of an Instance*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: USELESS PATCH TITLE Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/cpp/private/flash_message_loop.cc ('k') | ppapi/cpp/private/flash_net_connector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « ppapi/cpp/private/flash_message_loop.cc ('k') | ppapi/cpp/private/flash_net_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698