| Index: chrome/browser/ui/webui/help/version_updater_win.cc
|
| diff --git a/chrome/browser/ui/webui/help/version_updater_win.cc b/chrome/browser/ui/webui/help/version_updater_win.cc
|
| index 5926b25ce21db34c95ce1e18a0e0777884069409..fed4f2701f2926c6760e1b31e3188cf45df1968d 100644
|
| --- a/chrome/browser/ui/webui/help/version_updater_win.cc
|
| +++ b/chrome/browser/ui/webui/help/version_updater_win.cc
|
| @@ -292,6 +292,6 @@ HWND VersionUpdaterWin::GetElevationParent() {
|
|
|
| } // namespace
|
|
|
| -VersionUpdater* VersionUpdater::Create() {
|
| +VersionUpdater* VersionUpdater::Create(content::BrowserContext* /* context */) {
|
| return new VersionUpdaterWin;
|
| }
|
|
|