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

Unified Diff: net/url_request/url_fetcher_impl_unittest.cc

Issue 16434016: Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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/url_request/url_fetcher_core.cc ('k') | net/url_request/url_request_http_job.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 9f315800b26e924befcccbfb836e546657749308..d2f2acae08883c4ad97e4b9ce92750c9ae45198e 100644
--- a/net/url_request/url_fetcher_impl_unittest.cc
+++ b/net/url_request/url_fetcher_impl_unittest.cc
@@ -82,10 +82,7 @@ class ThrottlingTestURLRequestContextGetter
class URLFetcherTest : public testing::Test,
public URLFetcherDelegate {
public:
- URLFetcherTest()
- : fetcher_(NULL),
- context_(NULL) {
- }
+ URLFetcherTest() : fetcher_(NULL) {}
static int GetNumFetcherCores() {
return URLFetcherImpl::GetNumFetcherCores();
« no previous file with comments | « net/url_request/url_fetcher_core.cc ('k') | net/url_request/url_request_http_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698