| Index: chrome/test/testing_profile.h
|
| diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
|
| index b61e88df01e2e2083015fb447844fc61303b37d5..b894d7b8b50d360930db2489502c6503b367c22b 100644
|
| --- a/chrome/test/testing_profile.h
|
| +++ b/chrome/test/testing_profile.h
|
| @@ -270,7 +270,7 @@ class TestingProfile : public Profile {
|
| scoped_refptr<SessionService> session_service_;
|
|
|
| // The theme provider. Created lazily by GetThemeProvider()/InitThemes().
|
| - scoped_refptr<BrowserThemeProvider> theme_provider_;
|
| + scoped_ptr<BrowserThemeProvider> theme_provider_;
|
| bool created_theme_provider_;
|
|
|
| // Do we have a history service? This defaults to the value of
|
|
|