Index: chrome/browser/extensions/webstore_standalone_installer.cc |
diff --git a/chrome/browser/extensions/webstore_standalone_installer.cc b/chrome/browser/extensions/webstore_standalone_installer.cc |
index 7df550f80bab3e75bd2722d889f9e61debba871e..591cefe884b89616cb80e1bc7564fcbb33b34405 100644 |
--- a/chrome/browser/extensions/webstore_standalone_installer.cc |
+++ b/chrome/browser/extensions/webstore_standalone_installer.cc |
@@ -233,7 +233,7 @@ void WebstoreStandaloneInstaller::OnExtensionInstallFailure( |
void WebstoreStandaloneInstaller::AbortInstall() { |
callback_.Reset(); |
// Abort any in-progress fetches. |
- if (webstore_data_fetcher_.get()) { |
+ if (webstore_data_fetcher_) { |
webstore_data_fetcher_.reset(); |
Release(); // Matches the AddRef in BeginInstall. |
} |