Index: content/public/browser/cookie_store_factory.h |
diff --git a/content/public/browser/cookie_store_factory.h b/content/public/browser/cookie_store_factory.h |
index c478adb7d399db9d949d6fcf14922ff50f77c41b..1552342823a555cc9d6b00a900e9bd2b2bdd8c18 100644 |
--- a/content/public/browser/cookie_store_factory.h |
+++ b/content/public/browser/cookie_store_factory.h |
@@ -10,6 +10,7 @@ |
#include "base/files/file_path.h" |
#include "base/memory/ref_counted.h" |
+#include "base/memory/scoped_ptr.h" |
#include "content/common/content_export.h" |
namespace base { |
@@ -95,7 +96,7 @@ struct CONTENT_EXPORT CookieStoreConfig { |
std::vector<std::string> cookieable_schemes; |
}; |
-CONTENT_EXPORT net::CookieStore* CreateCookieStore( |
+CONTENT_EXPORT scoped_ptr<net::CookieStore> CreateCookieStore( |
const CookieStoreConfig& config); |
} // namespace content |