summaryrefslogtreecommitdiffstats
path: root/chrome/browser/component_updater/test/component_updater_service_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/component_updater/test/component_updater_service_unittest.cc')
-rw-r--r--chrome/browser/component_updater/test/component_updater_service_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/component_updater/test/component_updater_service_unittest.cc b/chrome/browser/component_updater/test/component_updater_service_unittest.cc
index 688ed43..1637c9e 100644
--- a/chrome/browser/component_updater/test/component_updater_service_unittest.cc
+++ b/chrome/browser/component_updater/test/component_updater_service_unittest.cc
@@ -358,10 +358,10 @@ TEST_F(ComponentUpdaterTest, CheckCrxSleep) {
// should have been fired. We do two loops so the second time around there
// should be nothing left to do.
// We also check that the following network requests are issued:
-// 1- manifest check
+// 1- update check
// 2- download crx
// 3- ping
-// 4- second manifest check.
+// 4- second update check.
TEST_F(ComponentUpdaterTest, InstallCrx) {
MockComponentObserver observer1;
{