| Index: webkit/plugins/ppapi/ppb_font_impl.h
|
| ===================================================================
|
| --- webkit/plugins/ppapi/ppb_font_impl.h (revision 110200)
|
| +++ webkit/plugins/ppapi/ppb_font_impl.h (working copy)
|
| @@ -13,10 +13,6 @@
|
| #include "ppapi/shared_impl/webkit_forwarding.h"
|
| #include "ppapi/thunk/ppb_font_api.h"
|
|
|
| -namespace WebKit {
|
| -class WebFont;
|
| -}
|
| -
|
| namespace webkit {
|
| namespace ppapi {
|
|
|
| @@ -59,7 +55,7 @@
|
| class PPB_Font_FunctionImpl : public ::ppapi::FunctionGroupBase,
|
| public ::ppapi::thunk::PPB_Font_FunctionAPI {
|
| public:
|
| - PPB_Font_FunctionImpl(PluginInstance* instance);
|
| + explicit PPB_Font_FunctionImpl(PluginInstance* instance);
|
| virtual ~PPB_Font_FunctionImpl();
|
|
|
| // FunctionGroupBase overrides.
|
|
|