| 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 c0d0ee94054fc4862c92f430f2dc2942380209d7..ded19e0a55aeae8088f6456800e9360664060f22 100644
|
| --- a/chrome/browser/ui/webui/help/version_updater_basic.cc
|
| +++ b/chrome/browser/ui/webui/help/version_updater_basic.cc
|
| @@ -20,6 +20,6 @@
|
| chrome::AttemptRestart();
|
| }
|
|
|
| -VersionUpdater* VersionUpdater::Create() {
|
| +VersionUpdater* VersionUpdater::Create(content::BrowserContext* /* context */) {
|
| return new VersionUpdaterBasic;
|
| }
|
|
|