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

Unified Diff: ppapi/thunk/ppb_cursor_control_api.h

Issue 7655002: Convert the pp::proxy namespace to the ppapi::proxy namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: ppapi/thunk/ppb_cursor_control_api.h
diff --git a/ppapi/thunk/ppb_cursor_control_api.h b/ppapi/thunk/ppb_cursor_control_api.h
index a3be495b958bf33c0d8f909c4bda7428227d58bb..5cd37eabba1c47defe7d31d94c802020973f5bbb 100644
--- a/ppapi/thunk/ppb_cursor_control_api.h
+++ b/ppapi/thunk/ppb_cursor_control_api.h
@@ -24,8 +24,8 @@ class PPB_CursorControl_FunctionAPI {
virtual PP_Bool HasCursorLock(PP_Instance instance) = 0;
virtual PP_Bool CanLockCursor(PP_Instance instance) = 0;
- static const ::pp::proxy::InterfaceID interface_id =
- ::pp::proxy::INTERFACE_ID_PPB_CURSORCONTROL;
+ static const proxy::InterfaceID interface_id =
+ proxy::INTERFACE_ID_PPB_CURSORCONTROL;
};

Powered by Google App Engine
This is Rietveld 408576698