| Index: net/base/host_cache.h
|
| diff --git a/net/base/host_cache.h b/net/base/host_cache.h
|
| index 2a3aedc69f60c2694da95ca353ccc23f44d39080..3826045be8f4989b753ff92709b4d9a973f18555 100644
|
| --- a/net/base/host_cache.h
|
| +++ b/net/base/host_cache.h
|
| @@ -9,6 +9,7 @@
|
| #include <string>
|
|
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "base/time.h"
|
| #include "net/base/address_family.h"
|
| @@ -92,7 +93,7 @@ class NET_EXPORT HostCache : NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
| const EntryMap& entries() const;
|
|
|
| // Creates a default cache.
|
| - static HostCache* CreateDefaultCache();
|
| + static scoped_ptr<HostCache> CreateDefaultCache();
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(HostCacheTest, NoCache);
|
|
|