diff options
Diffstat (limited to 'chrome_frame/np_proxy_service.h')
-rw-r--r-- | chrome_frame/np_proxy_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/np_proxy_service.h b/chrome_frame/np_proxy_service.h index c0a85c8..e41bda1 100644 --- a/chrome_frame/np_proxy_service.h +++ b/chrome_frame/np_proxy_service.h @@ -102,7 +102,7 @@ class NpProxyService : public NsISupportsImplBase<NpProxyService>, void Reset(); DictionaryValue* BuildProxyValueSet(); - ChromeFrameAutomationClient* automation_client_; + scoped_refptr<ChromeFrameAutomationClient> automation_client_; ScopedNsPtr<nsIServiceManager> service_manager_; ScopedNsPtr<nsIPrefService> pref_service_; |