| Index: chrome/browser/ui/webui/help/help_handler.h
|
| diff --git a/chrome/browser/ui/webui/help/help_handler.h b/chrome/browser/ui/webui/help/help_handler.h
|
| index d3b2d48dc43b31a9f70ec09ceb69ac369f93c4bf..4213fc77b8d6a173d2a709a385ea6c84b274a572 100644
|
| --- a/chrome/browser/ui/webui/help/help_handler.h
|
| +++ b/chrome/browser/ui/webui/help/help_handler.h
|
| @@ -115,7 +115,7 @@ class HelpHandler : public content::WebUIMessageHandler,
|
| #endif
|
|
|
| // Specialized instance of the VersionUpdater used to update the browser.
|
| - scoped_ptr<VersionUpdater> version_updater_;
|
| + std::unique_ptr<VersionUpdater> version_updater_;
|
|
|
| // Used to observe notifications.
|
| content::NotificationRegistrar registrar_;
|
|
|