Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(561)

Unified Diff: content/browser/in_process_webkit/webkit_thread.h

Issue 8392042: Split BrowserThread into public API and private implementation, step 1. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « content/browser/in_process_webkit/webkit_context_unittest.cc ('k') | content/browser/in_process_webkit/webkit_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698