| Index: net/cookies/cookie_monster.h
|
| diff --git a/net/cookies/cookie_monster.h b/net/cookies/cookie_monster.h
|
| index 1f1a332d5fbb95e317449c01a33e7afe381f718d..e63737233f6474f1a4791afcf6869a8c0435f35c 100644
|
| --- a/net/cookies/cookie_monster.h
|
| +++ b/net/cookies/cookie_monster.h
|
| @@ -431,7 +431,7 @@ class NET_EXPORT CookieMonster : public CookieStore {
|
| // Note: this method should always be called with lock_ held.
|
| void InitIfNecessary() {
|
| if (!initialized_) {
|
| - if (store_) {
|
| + if (store_.get()) {
|
| InitStore();
|
| } else {
|
| loaded_ = true;
|
|
|