Index: content/worker/worker_webkitplatformsupport_impl.h |
diff --git a/content/worker/worker_webkitplatformsupport_impl.h b/content/worker/worker_webkitplatformsupport_impl.h |
index 7339abb856f7e7d650edf8b5727fe802dfe2d83b..2d0715dbfb5f324bdfb0671876732d42bad56b74 100644 |
--- a/content/worker/worker_webkitplatformsupport_impl.h |
+++ b/content/worker/worker_webkitplatformsupport_impl.h |
@@ -7,8 +7,8 @@ |
#pragma once |
#include "base/memory/scoped_ptr.h" |
+#include "content/common/webkitplatformsupport_impl.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebMimeRegistry.h" |
-#include "webkit/glue/webkitplatformsupport_impl.h" |
class WebFileSystemImpl; |
@@ -17,7 +17,7 @@ class WebFileUtilities; |
} |
class WorkerWebKitPlatformSupportImpl |
- : public webkit_glue::WebKitPlatformSupportImpl, |
+ : public content::WebKitPlatformSupportImpl, |
public WebKit::WebMimeRegistry { |
public: |
WorkerWebKitPlatformSupportImpl(); |