Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1425)

Unified Diff: net/url_request/url_fetcher_impl_unittest.cc

Issue 669813003: Update from chromium https://crrev.com/301725/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/quic/test_tools/server_thread.h ('k') | net/url_request/url_fetcher_response_writer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/url_fetcher_impl_unittest.cc
diff --git a/net/url_request/url_fetcher_impl_unittest.cc b/net/url_request/url_fetcher_impl_unittest.cc
index cf52773f562f8844f9b425516fa06c5711a009f4..9b366219f3878ede1191a1e041c63198d2975f45 100644
--- a/net/url_request/url_fetcher_impl_unittest.cc
+++ b/net/url_request/url_fetcher_impl_unittest.cc
@@ -108,7 +108,7 @@ class URLFetcherTest : public testing::Test,
protected:
// testing::Test:
- virtual void SetUp() override {
+ void SetUp() override {
testing::Test::SetUp();
context_.reset(new ThrottlingTestURLRequestContext());
@@ -120,7 +120,7 @@ class URLFetcherTest : public testing::Test,
#endif
}
- virtual void TearDown() override {
+ void TearDown() override {
#if defined(USE_NSS) || defined(OS_IOS)
ShutdownNSSHttpIO();
#endif
@@ -141,7 +141,7 @@ class URLFetcherTest : public testing::Test,
class URLFetcherMockDnsTest : public URLFetcherTest {
public:
// testing::Test:
- virtual void SetUp() override;
+ void SetUp() override;
// URLFetcherTest:
void CreateFetcher(const GURL& url) override;
@@ -347,7 +347,7 @@ class URLFetcherSocketAddressTest : public URLFetcherTest {
class URLFetcherStopOnRedirectTest : public URLFetcherTest {
public:
URLFetcherStopOnRedirectTest();
- virtual ~URLFetcherStopOnRedirectTest();
+ ~URLFetcherStopOnRedirectTest() override;
// URLFetcherTest:
void CreateFetcher(const GURL& url) override;
« no previous file with comments | « net/tools/quic/test_tools/server_thread.h ('k') | net/url_request/url_fetcher_response_writer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698