summaryrefslogtreecommitdiffstats
path: root/content/test/test_url_fetcher_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/test_url_fetcher_factory.cc')
-rw-r--r--content/test/test_url_fetcher_factory.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/test/test_url_fetcher_factory.cc b/content/test/test_url_fetcher_factory.cc
index 5a51c59..f37fda3 100644
--- a/content/test/test_url_fetcher_factory.cc
+++ b/content/test/test_url_fetcher_factory.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -271,7 +271,8 @@ class FakeURLFetcher : public TestURLFetcher {
};
FakeURLFetcherFactory::FakeURLFetcherFactory()
- : ScopedURLFetcherFactory(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {
+ : ScopedURLFetcherFactory(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
+ default_factory_(NULL) {
}
FakeURLFetcherFactory::FakeURLFetcherFactory(