Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / notifications / message_center_tray_bridge.h
index 77da69f..6f9fcc9 100644 (file)
@@ -77,13 +77,13 @@ class MessageCenterTrayBridge :
   // Obj-C controller for the on-screen popup notifications.
   base::scoped_nsobject<MCPopupCollection> popup_collection_;
 
-  // Weak pointer factory to posts tasks to self.
-  base::WeakPtrFactory<MessageCenterTrayBridge> weak_ptr_factory_;
-
   // A PrefMember that calls OnShowStatusItemChanged when the pref is updated
   // by the user's selection in the main menu.
   BooleanPrefMember show_status_item_;
 
+  // Weak pointer factory to posts tasks to self.
+  base::WeakPtrFactory<MessageCenterTrayBridge> weak_ptr_factory_;
+
   DISALLOW_COPY_AND_ASSIGN(MessageCenterTrayBridge);
 };