Use scoped_refptr for cookie delegate
This commit is contained in:
parent
24bcf6ac16
commit
19c7ee0932
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Cookies : public mate::TrackableObject<Cookies>,
|
||||||
|
|
||||||
private:
|
private:
|
||||||
net::URLRequestContextGetter* request_context_getter_;
|
net::URLRequestContextGetter* request_context_getter_;
|
||||||
AtomCookieDelegate* cookie_delegate_;
|
scoped_refptr<AtomCookieDelegate> cookie_delegate_;
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(Cookies);
|
DISALLOW_COPY_AND_ASSIGN(Cookies);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue