diff options
Diffstat (limited to 'ppapi/thunk/resource_creation_api.h')
-rw-r--r-- | ppapi/thunk/resource_creation_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h index c10d0af..589484d 100644 --- a/ppapi/thunk/resource_creation_api.h +++ b/ppapi/thunk/resource_creation_api.h @@ -123,8 +123,8 @@ class ResourceCreationAPI { const PP_FloatPoint* wheel_ticks, PP_Bool scroll_by_page) = 0; - static const ::pp::proxy::InterfaceID interface_id = - ::pp::proxy::INTERFACE_ID_RESOURCE_CREATION; + static const proxy::InterfaceID interface_id = + proxy::INTERFACE_ID_RESOURCE_CREATION; }; } // namespace thunk |