Index: chrome/browser/android/webapk/webapk_installer_unittest.cc |
diff --git a/chrome/browser/android/webapk/webapk_installer_unittest.cc b/chrome/browser/android/webapk/webapk_installer_unittest.cc |
index f16681f8bb658e27fab0f0aa5b197d53669cc5bf..ae4c1cc147d185979e3671fae360cb17a9727b4c 100644 |
--- a/chrome/browser/android/webapk/webapk_installer_unittest.cc |
+++ b/chrome/browser/android/webapk/webapk_installer_unittest.cc |
@@ -162,7 +162,9 @@ class WebApkInstallerRunner { |
bool success() { return success_; } |
private: |
- void OnCompleted(bool success, const std::string& webapk_package) { |
+ void OnCompleted(bool success, |
+ bool relax_updates, |
+ const std::string& webapk_package) { |
success_ = success; |
on_completed_callback_.Run(); |
} |