Index: chrome/common/extensions/extension_file_util.cc |
diff --git a/chrome/common/extensions/extension_file_util.cc b/chrome/common/extensions/extension_file_util.cc |
index f2350cc518ae528c657e62b80e8514c6d9b2495a..e8636be7fe6d0a9e3e280a73e0f384cec24eda66 100644 |
--- a/chrome/common/extensions/extension_file_util.cc |
+++ b/chrome/common/extensions/extension_file_util.cc |
@@ -77,7 +77,7 @@ void UninstallExtension(const FilePath& extensions_dir, |
const std::string& id) { |
// We don't care about the return value. If this fails (and it can, due to |
// plugins that aren't unloaded yet, it will get cleaned up by |
- // ExtensionsService::GarbageCollectExtensions). |
+ // ExtensionService::GarbageCollectExtensions). |
file_util::Delete(extensions_dir.AppendASCII(id), true); // recursive. |
} |