Index: chrome/browser/extensions/extension_updater.cc |
diff --git a/chrome/browser/extensions/extension_updater.cc b/chrome/browser/extensions/extension_updater.cc |
index b7d4f1f0f8f754853ea781666812a189accd6d08..01b0e07a87cbcf5be6cdf733f1c156296b7c421c 100644 |
--- a/chrome/browser/extensions/extension_updater.cc |
+++ b/chrome/browser/extensions/extension_updater.cc |
@@ -766,7 +766,7 @@ void ExtensionUpdater::CheckNow() { |
// Start a fetch of the blacklist if needed. |
if (blacklist_checks_enabled_ && service_->HasInstalledExtensions()) { |
- // Note: it is very important that we use the https version of the update |
+ // Note: it is very important that we use the https version of the update |
// url here to avoid DNS hijacking of the blacklist, which is not validated |
// by a public key signature like .crx files are. |
ManifestFetchData* blacklist_fetch = |