| Index: chrome/browser/profile.h
|
| diff --git a/chrome/browser/profile.h b/chrome/browser/profile.h
|
| index 77abf02da25f9228e71e59212f604732c61ddb94..116310d4097a7adfa01fc366d7bba463d3bd0bf5 100644
|
| --- a/chrome/browser/profile.h
|
| +++ b/chrome/browser/profile.h
|
| @@ -510,7 +510,7 @@ class ProfileImpl : public Profile,
|
|
|
| scoped_ptr<SSLConfigServiceManager> ssl_config_service_manager_;
|
|
|
| - Blacklist* blacklist_;
|
| + scoped_ptr<Blacklist> blacklist_;
|
|
|
| scoped_refptr<DownloadManager> download_manager_;
|
| scoped_refptr<HistoryService> history_service_;
|
|
|