| Index: content/child/webkitplatformsupport_impl.h
|
| diff --git a/content/child/webkitplatformsupport_impl.h b/content/child/webkitplatformsupport_impl.h
|
| index b4d5fc7e4c988512e35d33edffce2076ecaf6476..a2331250ce3b2cb2ff8ae81893b90ee7c4fc6974 100644
|
| --- a/content/child/webkitplatformsupport_impl.h
|
| +++ b/content/child/webkitplatformsupport_impl.h
|
| @@ -6,16 +6,16 @@
|
| #define CONTENT_CHILD_WEBKITPLATFORMSUPPORT_IMPL_H_
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "content/child/webkitplatformsupport_child_impl.h"
|
| #include "content/common/content_export.h"
|
| #include "ui/base/layout.h"
|
| -#include "webkit/child/webkitplatformsupport_child_impl.h"
|
|
|
| namespace content {
|
|
|
| // This is a specialization of WebKitPlatformSupportImpl that implements the
|
| // embedder functions in terms of ContentClient.
|
| class CONTENT_EXPORT WebKitPlatformSupportImpl
|
| - : NON_EXPORTED_BASE(public webkit_glue::WebKitPlatformSupportChildImpl) {
|
| + : NON_EXPORTED_BASE(public WebKitPlatformSupportChildImpl) {
|
| public:
|
| typedef blink::WebGraphicsContext3D* (OffscreenContextFactory)();
|
|
|
|
|