Use scoped_refptr for cookie delegate

This commit is contained in:
Kevin Sawicki 2016-09-28 16:49:41 -07:00
parent 24bcf6ac16
commit 19c7ee0932

View file

@ -61,7 +61,7 @@ class Cookies : public mate::TrackableObject<Cookies>,
private:
net::URLRequestContextGetter* request_context_getter_;
AtomCookieDelegate* cookie_delegate_;
scoped_refptr<AtomCookieDelegate> cookie_delegate_;
DISALLOW_COPY_AND_ASSIGN(Cookies);
};