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

Unified Diff: ppapi/proxy/ppb_flash_udp_socket_proxy.cc

Issue 8333004: Rename InterfaceID to ApiID and move the file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged Created 9 years, 2 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/proxy/ppb_flash_tcp_socket_proxy.cc ('k') | ppapi/proxy/ppb_font_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppb_flash_udp_socket_proxy.cc
diff --git a/ppapi/proxy/ppb_flash_udp_socket_proxy.cc b/ppapi/proxy/ppb_flash_udp_socket_proxy.cc
index ffeef4accd0cdab90119d1a4d62e95a9de6bf3c4..3fa0316c11e4321b850b02f5e7e756c39b5588e0 100644
--- a/ppapi/proxy/ppb_flash_udp_socket_proxy.cc
+++ b/ppapi/proxy/ppb_flash_udp_socket_proxy.cc
@@ -301,7 +301,7 @@ const InterfaceProxy::Info* PPB_Flash_UDPSocket_Proxy::GetInfo() {
static const Info info = {
::ppapi::thunk::GetPPB_Flash_UDPSocket_Thunk(),
PPB_FLASH_UDPSOCKET_INTERFACE,
- INTERFACE_ID_PPB_FLASH_UDPSOCKET,
+ API_ID_PPB_FLASH_UDPSOCKET,
false,
&CreateFlashUDPSocketProxy,
};
@@ -317,7 +317,7 @@ PP_Resource PPB_Flash_UDPSocket_Proxy::CreateProxyResource(
uint32 socket_id = 0;
dispatcher->SendToBrowser(new PpapiHostMsg_PPBFlashUDPSocket_Create(
- INTERFACE_ID_PPB_FLASH_UDPSOCKET, dispatcher->plugin_dispatcher_id(),
+ API_ID_PPB_FLASH_UDPSOCKET, dispatcher->plugin_dispatcher_id(),
&socket_id));
if (socket_id == 0)
return 0;
« no previous file with comments | « ppapi/proxy/ppb_flash_tcp_socket_proxy.cc ('k') | ppapi/proxy/ppb_font_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698