| Index: components/pdf/renderer/pdf_resource_util.h
|
| diff --git a/components/pdf/renderer/pdf_resource_util.h b/components/pdf/renderer/pdf_resource_util.h
|
| index aab8a1cf47c45ff3685a6a7a5f60f570f4984aff..c9007f50e1eb048817d33a15a1973da285cd1294 100644
|
| --- a/components/pdf/renderer/pdf_resource_util.h
|
| +++ b/components/pdf/renderer/pdf_resource_util.h
|
| @@ -9,14 +9,8 @@
|
|
|
| #include "ppapi/c/private/ppb_pdf.h"
|
|
|
| -namespace gfx {
|
| -class ImageSkia;
|
| -}
|
| -
|
| namespace pdf {
|
|
|
| -gfx::ImageSkia* GetImageResource(PP_ResourceImage image_id);
|
| -
|
| std::string GetStringResource(PP_ResourceString string_id);
|
|
|
| } // namespace pdf
|
|
|