Index: content/public/test/test_browser_thread_bundle.h |
diff --git a/content/public/test/test_browser_thread_bundle.h b/content/public/test/test_browser_thread_bundle.h |
index 8adc61ba58b87b1d6a37c33aa113e0e389390d37..64d30fe96a0b87e3fa60eabb06c413b186fbb043 100644 |
--- a/content/public/test/test_browser_thread_bundle.h |
+++ b/content/public/test/test_browser_thread_bundle.h |
@@ -44,7 +44,6 @@ class TestBrowserThreadBundle { |
DEFAULT = 0x00, |
IO_MAINLOOP = 0x01, |
REAL_DB_THREAD = 0x02, |
- REAL_WEBKIT_DEPRECATED_THREAD = 0x04, |
REAL_FILE_THREAD = 0x08, |
REAL_FILE_USER_BLOCKING_THREAD = 0x10, |
REAL_PROCESS_LAUNCHER_THREAD = 0x20, |
@@ -63,7 +62,6 @@ class TestBrowserThreadBundle { |
scoped_ptr<base::MessageLoop> message_loop_; |
scoped_ptr<TestBrowserThread> ui_thread_; |
scoped_ptr<TestBrowserThread> db_thread_; |
- scoped_ptr<TestBrowserThread> webkit_deprecated_thread_; |
scoped_ptr<TestBrowserThread> file_thread_; |
scoped_ptr<TestBrowserThread> file_user_blocking_thread_; |
scoped_ptr<TestBrowserThread> process_launcher_thread_; |