Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / sessions / session_data_type_controller.h
index 0705c64..f7d92fa 100644 (file)
@@ -29,17 +29,17 @@ class SessionDataTypeController : public sync_driver::UIDataTypeController,
                             sync_driver::LocalDeviceInfoProvider* local_device);
 
   // NotificationObserver interface.
-  virtual void Observe(int type,
-                       const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
   // UIDataTypeController interface.
-  virtual bool StartModels() OVERRIDE;
-  virtual void StopModels() OVERRIDE;
-  virtual bool ReadyForStart() const OVERRIDE;
+  bool StartModels() override;
+  void StopModels() override;
+  bool ReadyForStart() const override;
 
  protected:
-  virtual ~SessionDataTypeController();
+  ~SessionDataTypeController() override;
 
  private:
   bool IsWaiting();