| Index: chrome/browser/profile.h
|
| diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
|
| index 6d6cfc87ee65665c7a642e3275f14034ef57343b..a4f887c53cb25a8bb1fd9cbc807ab294dbfc4a44 100644
|
| --- a/chrome/browser/profile.h
|
| +++ b/chrome/browser/profile.h
|
| @@ -502,7 +502,7 @@ class ProfileImpl : public Profile,
|
| scoped_refptr<WebDataService> web_data_service_;
|
| scoped_refptr<PasswordStore> password_store_;
|
| scoped_refptr<SessionService> session_service_;
|
| - scoped_refptr<BrowserThemeProvider> theme_provider_;
|
| + scoped_ptr<BrowserThemeProvider> theme_provider_;
|
| scoped_refptr<WebKitContext> webkit_context_;
|
| bool history_service_created_;
|
| bool favicon_service_created_;
|
|
|