| Index: chrome/browser/ui/webui/help/version_updater_chromeos_unittest.cc
|
| diff --git a/chrome/browser/ui/webui/help/version_updater_chromeos_unittest.cc b/chrome/browser/ui/webui/help/version_updater_chromeos_unittest.cc
|
| index d4aeb589bdd0880c06cac34a1a3071d1f1a8a118..3db6e62b1391bb0aa10b8de78506614d0679f239 100644
|
| --- a/chrome/browser/ui/webui/help/version_updater_chromeos_unittest.cc
|
| +++ b/chrome/browser/ui/webui/help/version_updater_chromeos_unittest.cc
|
| @@ -32,8 +32,9 @@ namespace {
|
|
|
| void CheckNotification(VersionUpdater::Status /* status */,
|
| int /* progress */,
|
| - const base::string16& /* message */) {
|
| -}
|
| + const std::string& /* version */,
|
| + int64_t /* size */,
|
| + const base::string16& /* message */) {}
|
|
|
| } // namespace
|
|
|
|
|