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

Unified Diff: webkit/plugins/ppapi/ppb_flash_net_connector_impl.h

Issue 7629017: Add a unified resource tracker shared between the proxy and the impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 9 years, 4 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
Index: webkit/plugins/ppapi/ppb_flash_net_connector_impl.h
diff --git a/webkit/plugins/ppapi/ppb_flash_net_connector_impl.h b/webkit/plugins/ppapi/ppb_flash_net_connector_impl.h
index 8bd6013671b7c72f96924c4e9f5ee2259d981a80..3e90347d020ad5586074d22437aa0eb7a504bf7f 100644
--- a/webkit/plugins/ppapi/ppb_flash_net_connector_impl.h
+++ b/webkit/plugins/ppapi/ppb_flash_net_connector_impl.h
@@ -22,7 +22,7 @@ class PPB_Flash_NetConnector_Impl
explicit PPB_Flash_NetConnector_Impl(PluginInstance* instance);
virtual ~PPB_Flash_NetConnector_Impl();
- // ResourceObjectBase override.
+ // Resource override.
virtual ::ppapi::thunk::PPB_Flash_NetConnector_API*
AsPPB_Flash_NetConnector_API() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698