Index: chrome/install_static/install_modes_unittest.cc |
diff --git a/chrome/install_static/install_modes_unittest.cc b/chrome/install_static/install_modes_unittest.cc |
index ec297f1a7436ddcee2f0cc10d95d276768fbc819..ad8ef9ef4dc800e1f5cca23c23fab4ba7ef33506 100644 |
--- a/chrome/install_static/install_modes_unittest.cc |
+++ b/chrome/install_static/install_modes_unittest.cc |
@@ -45,11 +45,11 @@ TEST(InstallModes, VerifyModes) { |
TEST(InstallModes, VerifyBrand) { |
if (kUseGoogleUpdateIntegration) { |
- // Binaries are registered under an app guid with Google Update integration. |
+ // Binaries were registered via an app guid with Google Update integration. |
ASSERT_THAT(kBinariesAppGuid, StrNe(L"")); |
ASSERT_THAT(kBinariesPathName, StrEq(L"")); |
} else { |
- // Binaries are registered under a different path name without. |
+ // Binaries were registered via a different path name without. |
ASSERT_THAT(kBinariesAppGuid, StrEq(L"")); |
ASSERT_THAT(kBinariesPathName, StrNe(L"")); |
} |