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

Unified Diff: ppapi/proxy/ppp_messaging_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/ppp_instance_proxy.cc ('k') | ppapi/proxy/ppp_mouse_lock_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppp_messaging_proxy.cc
diff --git a/ppapi/proxy/ppp_messaging_proxy.cc b/ppapi/proxy/ppp_messaging_proxy.cc
index 60cd8c4ef526632eaee4f56090d1913b89823154..7a45fd30a3a147fddf7f3cb646fa6b5f32357443 100644
--- a/ppapi/proxy/ppp_messaging_proxy.cc
+++ b/ppapi/proxy/ppp_messaging_proxy.cc
@@ -30,7 +30,7 @@ void HandleMessage(PP_Instance instance, PP_Var message_data) {
}
dispatcher->Send(new PpapiMsg_PPPMessaging_HandleMessage(
- INTERFACE_ID_PPP_MESSAGING,
+ API_ID_PPP_MESSAGING,
instance,
SerializedVarSendInput(dispatcher, message_data)));
}
@@ -62,7 +62,7 @@ const InterfaceProxy::Info* PPP_Messaging_Proxy::GetInfo() {
static const Info info = {
&messaging_interface,
PPP_MESSAGING_INTERFACE,
- INTERFACE_ID_PPP_MESSAGING,
+ API_ID_PPP_MESSAGING,
false,
&CreateMessagingProxy,
};
« no previous file with comments | « ppapi/proxy/ppp_instance_proxy.cc ('k') | ppapi/proxy/ppp_mouse_lock_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698