Index: content/renderer/render_thread_impl_browsertest.cc |
diff --git a/content/renderer/render_thread_impl_browsertest.cc b/content/renderer/render_thread_impl_browsertest.cc |
index 46ee9ea66996aa627ef6c5987c8e8e3292f193dc..0c9a4511bae02603ba55759bf02e692afdccec8d 100644 |
--- a/content/renderer/render_thread_impl_browsertest.cc |
+++ b/content/renderer/render_thread_impl_browsertest.cc |
@@ -21,7 +21,6 @@ |
#include "content/app/mojo/mojo_init.h" |
#include "content/common/in_process_child_thread_params.h" |
#include "content/common/resource_messages.h" |
-#include "content/common/websocket_messages.h" |
#include "content/public/browser/content_browser_client.h" |
#include "content/public/common/content_client.h" |
#include "content/public/common/content_switches.h" |
@@ -232,7 +231,6 @@ TEST_F(RenderThreadImplBrowserTest, |
WILL_LEAK(NonResourceDispatchIPCTasksDontGoThroughScheduler)) { |
// NOTE other than not being a resource message, the actual message is |
// unimportant. |
- test_helper_->Sender()->Send(new WebSocketMsg_NotifyFailure(1, "")); |
test_helper_->Sender()->Send(new TestMsg_QuitRunLoop()); |
base::RunLoop().Run(); |