| Index: content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h
|
| diff --git a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h
|
| index 00d67351bda1e621af7f298cb65b1bdcd6a3f8da..93a349df0bff8e7cd38030fc60507375257157cd 100644
|
| --- a/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h
|
| +++ b/content/ppapi_plugin/ppapi_webkitplatformsupport_impl.h
|
| @@ -8,10 +8,10 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "webkit/glue/webkitplatformsupport_impl.h"
|
| +#include "content/common/webkitplatformsupport_impl.h"
|
|
|
| class PpapiWebKitPlatformSupportImpl :
|
| - public webkit_glue::WebKitPlatformSupportImpl {
|
| + public content::WebKitPlatformSupportImpl {
|
| public:
|
| PpapiWebKitPlatformSupportImpl();
|
| virtual ~PpapiWebKitPlatformSupportImpl();
|
|
|