Index: ash/system/tray/system_tray_delegate.cc |
diff --git a/ash/system/tray/system_tray_delegate.cc b/ash/system/tray/system_tray_delegate.cc |
index e3d9798fc16c1f928913d5bce87d94dc19a66359..9293a54e35e9a5a1f3f22ed3f2283a3d1b73513c 100644 |
--- a/ash/system/tray/system_tray_delegate.cc |
+++ b/ash/system/tray/system_tray_delegate.cc |
@@ -29,7 +29,8 @@ DriveOperationStatus::~DriveOperationStatus() { |
} |
IMEInfo::IMEInfo() |
- : selected(false) { |
+ : selected(false), |
+ third_party(false) { |
} |
IMEInfo::~IMEInfo() { |