Index: ui/views/test/webview_test_helper.h |
diff --git a/ui/views/test/webview_test_helper.h b/ui/views/test/webview_test_helper.h |
index 025ea0661fda5a57c8b7c2ba23074882cf3c43dc..c0fbdbfbb2b41396260d57fcf9231ea2889cbf9e 100644 |
--- a/ui/views/test/webview_test_helper.h |
+++ b/ui/views/test/webview_test_helper.h |
@@ -13,22 +13,19 @@ class MessageLoopForUI; |
namespace content { |
class TestContentClientInitializer; |
-class TestBrowserThread; |
} // namespace content |
namespace views { |
class WebViewTestHelper { |
public: |
- explicit WebViewTestHelper(base::MessageLoopForUI* ui_loop); |
+ WebViewTestHelper(); |
virtual ~WebViewTestHelper(); |
private: |
scoped_ptr<content::TestContentClientInitializer> |
test_content_client_initializer_; |
- scoped_ptr<content::TestBrowserThread> ui_thread_; |
- |
DISALLOW_COPY_AND_ASSIGN(WebViewTestHelper); |
}; |