| 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 cbed00c078e5eecb902bb451eb4e7a9eb5073767..b1f0144b0fc7c088a2ae0e96b20a666bf304edc2 100644
|
| --- a/content/renderer/render_thread_impl_browsertest.cc
|
| +++ b/content/renderer/render_thread_impl_browsertest.cc
|
| @@ -20,7 +20,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"
|
| @@ -235,7 +234,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();
|
|
|