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 a31f9dffc4581da7010446a2300da1028c5e1f4e..46253f6a553ac3ed9c75c8eb898dd1c15cb6c0ca 100644 |
--- a/chrome/browser/ui/webui/help/version_updater_win.cc |
+++ b/chrome/browser/ui/webui/help/version_updater_win.cc |
@@ -271,6 +271,6 @@ |
} // namespace |
-VersionUpdater* VersionUpdater::Create() { |
+VersionUpdater* VersionUpdater::Create(content::BrowserContext* /* context */) { |
return new VersionUpdaterWin; |
} |