summaryrefslogtreecommitdiffstats
path: root/chrome/browser/component_updater
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/component_updater')
-rw-r--r--chrome/browser/component_updater/component_updater_service.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/component_updater/component_updater_service.cc b/chrome/browser/component_updater/component_updater_service.cc
index 1578247..8849a9b 100644
--- a/chrome/browser/component_updater/component_updater_service.cc
+++ b/chrome/browser/component_updater/component_updater_service.cc
@@ -209,7 +209,7 @@ struct CrxUpdateItem {
typedef ComponentUpdateService::Configurator Config;
-CrxComponent::CrxComponent() {}
+CrxComponent::CrxComponent() : installer(NULL) {}
CrxComponent::~CrxComponent() {}
//////////////////////////////////////////////////////////////////////////////