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

Unified Diff: ppapi/proxy/ppp_mouse_lock_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_messaging_proxy.cc ('k') | ppapi/proxy/ppp_video_decoder_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/ppp_mouse_lock_proxy.cc
diff --git a/ppapi/proxy/ppp_mouse_lock_proxy.cc b/ppapi/proxy/ppp_mouse_lock_proxy.cc
index 6983c644a726155ac1366c1d9909889ecfdbcfc6..91b7fb16024d137819a2e66bb7255e0184f6d74e 100644
--- a/ppapi/proxy/ppp_mouse_lock_proxy.cc
+++ b/ppapi/proxy/ppp_mouse_lock_proxy.cc
@@ -22,7 +22,7 @@ void MouseLockLost(PP_Instance instance) {
}
dispatcher->Send(new PpapiMsg_PPPMouseLock_MouseLockLost(
- INTERFACE_ID_PPP_MOUSE_LOCK, instance));
+ API_ID_PPP_MOUSE_LOCK, instance));
}
static const PPP_MouseLock mouse_lock_interface = {
@@ -51,7 +51,7 @@ const InterfaceProxy::Info* PPP_MouseLock_Proxy::GetInfo() {
static const Info info = {
&mouse_lock_interface,
PPP_MOUSELOCK_INTERFACE,
- INTERFACE_ID_PPP_MOUSE_LOCK,
+ API_ID_PPP_MOUSE_LOCK,
false,
&CreateMouseLockProxy,
};
« no previous file with comments | « ppapi/proxy/ppp_messaging_proxy.cc ('k') | ppapi/proxy/ppp_video_decoder_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698