summaryrefslogtreecommitdiffstats
path: root/chrome/browser/status_icons
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/status_icons')
-rw-r--r--chrome/browser/status_icons/status_tray_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/status_icons/status_tray_manager.cc b/chrome/browser/status_icons/status_tray_manager.cc
index 7a8a779..d60fc5e 100644
--- a/chrome/browser/status_icons/status_tray_manager.cc
+++ b/chrome/browser/status_icons/status_tray_manager.cc
@@ -16,7 +16,7 @@
#include "grit/chromium_strings.h"
#include "grit/theme_resources.h"
-StatusTrayManager::StatusTrayManager() {
+StatusTrayManager::StatusTrayManager() : profile_(NULL) {
}
StatusTrayManager::~StatusTrayManager() {