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 4c60d68b90e48ea73cd95b4b80ae43763c07fd22..471666edf1fe61d412b4dc4b37bfa08dd6546459 100644 |
--- a/chrome/browser/android/webapk/webapk_installer_unittest.cc |
+++ b/chrome/browser/android/webapk/webapk_installer_unittest.cc |
@@ -134,7 +134,7 @@ class WebApkInstallerRunner { |
bool success() { return success_; } |
private: |
- void OnCompleted(bool success) { |
+ void OnCompleted(bool success, const std::string& webapk_package) { |
success_ = success; |
on_completed_callback_.Run(); |
} |