| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index b41c56c711e8c06ff703f134bca38c82d6256637..7ecef7a3de28384bf8d442456f592cdb4630ad6a 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -400,6 +400,13 @@ IMEInfo::IMEInfo()
|
| IMEInfo::~IMEInfo() {
|
| }
|
|
|
| +IMEPropertyInfo::IMEPropertyInfo()
|
| + : selected(false) {
|
| +}
|
| +
|
| +IMEPropertyInfo::~IMEPropertyInfo() {
|
| +}
|
| +
|
| SystemTray::SystemTray()
|
| : items_(),
|
| accessibility_observer_(NULL),
|
|
|