Index: content/browser/in_process_webkit/webkit_thread.h |
diff --git a/content/browser/in_process_webkit/webkit_thread.h b/content/browser/in_process_webkit/webkit_thread.h |
index c6f34fc47e9d367dfd4d737dc552bf4db39d8b84..5c62e2ef16946c1ce2e1999450857e8ec044ef30 100644 |
--- a/content/browser/in_process_webkit/webkit_thread.h |
+++ b/content/browser/in_process_webkit/webkit_thread.h |
@@ -9,7 +9,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/threading/thread.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/browser/browser_thread_impl.h" |
#include "content/common/content_export.h" |
class BrowserWebKitPlatformSupportImpl; |
@@ -25,7 +25,7 @@ class CONTENT_EXPORT WebKitThread { |
private: |
// Must be private so that we can carefully control its lifetime. |
- class InternalWebKitThread : public BrowserThread { |
+ class InternalWebKitThread : public content::BrowserThreadImpl { |
public: |
InternalWebKitThread(); |
virtual ~InternalWebKitThread(); |