diff options
Diffstat (limited to 'chrome/browser/automation/automation_profile_impl.h')
-rw-r--r-- | chrome/browser/automation/automation_profile_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/automation_profile_impl.h b/chrome/browser/automation/automation_profile_impl.h index 7a22fc3..c9aedbe 100644 --- a/chrome/browser/automation/automation_profile_impl.h +++ b/chrome/browser/automation/automation_profile_impl.h @@ -202,7 +202,7 @@ class AutomationProfileImpl : public Profile { protected: Profile* original_profile_; - scoped_ptr<net::CookieStore> alternate_cookie_store_; + scoped_refptr<net::CookieStore> alternate_cookie_store_; scoped_refptr<URLRequestContext> alternate_reqeust_context_; int tab_handle_; |