Commit fbefa1ef authored by Gabriel Charette's avatar Gabriel Charette Committed by Commit Bot

Cleanup unused MessageLoopForIO decls in //net

R=eroman@chromium.org

Bug: 825327
Change-Id: I34f97a20ce9d7e3f61ae58bba839d2a7d490ddcd
Reviewed-on: https://chromium-review.googlesource.com/1002657Reviewed-by: default avatarEric Roman <eroman@chromium.org>
Commit-Queue: Gabriel Charette <gab@chromium.org>
Cr-Commit-Position: refs/heads/master@{#553733}
parent 3ac20c70
...@@ -8,14 +8,12 @@ ...@@ -8,14 +8,12 @@
#include "base/bind.h" #include "base/bind.h"
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h" #include "base/run_loop.h"
#include "chrome/browser/net/dns_probe_test_util.h" #include "chrome/browser/net/dns_probe_test_util.h"
#include "content/public/test/test_browser_thread_bundle.h" #include "content/public/test/test_browser_thread_bundle.h"
#include "net/dns/dns_client.h" #include "net/dns/dns_client.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
using base::MessageLoopForIO;
using base::RunLoop; using base::RunLoop;
using content::TestBrowserThreadBundle; using content::TestBrowserThreadBundle;
using net::DnsClient; using net::DnsClient;
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
#include "base/bind.h" #include "base/bind.h"
#include "base/compiler_specific.h" #include "base/compiler_specific.h"
#include "base/memory/weak_ptr.h" #include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
#include "base/run_loop.h" #include "base/run_loop.h"
#include "chrome/browser/net/dns_probe_runner.h" #include "chrome/browser/net/dns_probe_runner.h"
#include "chrome/browser/net/dns_probe_test_util.h" #include "chrome/browser/net/dns_probe_test_util.h"
...@@ -16,7 +15,6 @@ ...@@ -16,7 +15,6 @@
#include "net/dns/dns_test_util.h" #include "net/dns/dns_test_util.h"
#include "testing/gtest/include/gtest/gtest.h" #include "testing/gtest/include/gtest/gtest.h"
using base::MessageLoopForIO;
using base::RunLoop; using base::RunLoop;
using content::TestBrowserThreadBundle; using content::TestBrowserThreadBundle;
using error_page::DnsProbeStatus; using error_page::DnsProbeStatus;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment