Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ash / system / ime / tray_ime.h
index b237ae1..bb65e99 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "ash/system/ime/ime_observer.h"
 #include "ash/system/tray/system_tray_item.h"
+#include "base/memory/weak_ptr.h"
 
 namespace views {
 class Label;
@@ -61,6 +62,8 @@ class TrayIME : public SystemTrayItem,
 
   bool message_shown_;
 
+  base::WeakPtrFactory<TrayIME> weak_factory_;
+
   DISALLOW_COPY_AND_ASSIGN(TrayIME);
 };