| Index: ppapi/thunk/ppb_char_set_api.h
|
| diff --git a/ppapi/thunk/ppb_char_set_api.h b/ppapi/thunk/ppb_char_set_api.h
|
| index 7896a6410100045b9b2250b7eedba9e4222819b7..b3c4d8ad686d1daa431367b38608fe3e4fcd9e73 100644
|
| --- a/ppapi/thunk/ppb_char_set_api.h
|
| +++ b/ppapi/thunk/ppb_char_set_api.h
|
| @@ -27,8 +27,8 @@ class PPB_CharSet_FunctionAPI {
|
| uint32_t* output_length) = 0;
|
| virtual PP_Var GetDefaultCharSet(PP_Instance instance) = 0;
|
|
|
| - static const ::pp::proxy::InterfaceID interface_id =
|
| - ::pp::proxy::INTERFACE_ID_PPB_CHAR_SET;
|
| + static const proxy::InterfaceID interface_id =
|
| + proxy::INTERFACE_ID_PPB_CHAR_SET;
|
| };
|
|
|
| } // namespace thunk
|
|
|