| Index: chrome/browser/ui/webui/help/version_updater_basic.cc
|
| diff --git a/chrome/browser/ui/webui/help/version_updater_basic.cc b/chrome/browser/ui/webui/help/version_updater_basic.cc
|
| index 5348e137cbaf2a8c113f50e5a80b97916ce45f85..e8096cf08e28964a6f756d222ab4cbf4a96b4115 100644
|
| --- a/chrome/browser/ui/webui/help/version_updater_basic.cc
|
| +++ b/chrome/browser/ui/webui/help/version_updater_basic.cc
|
| @@ -20,7 +20,6 @@ void VersionUpdaterBasic::RelaunchBrowser() const {
|
| chrome::AttemptRestart();
|
| }
|
|
|
| -VersionUpdater* VersionUpdater::Create(
|
| - content::WebContents* /* web_contents */) {
|
| +VersionUpdater* VersionUpdater::Create(content::WebContents* web_contents) {
|
| return new VersionUpdaterBasic;
|
| }
|
|
|