Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / supervised_user / supervised_user_sync_data_type_controller.h
index a2818a9..93f4cea 100644 (file)
@@ -26,11 +26,11 @@ class SupervisedUserSyncDataTypeController
       sync_driver::SyncApiComponentFactory* sync_factory,
       Profile* profile);
 
-  virtual bool ReadyForStart() const OVERRIDE;
+  bool ReadyForStart() const override;
 
  private:
   // DataTypeController is RefCounted.
-  virtual ~SupervisedUserSyncDataTypeController();
+  ~SupervisedUserSyncDataTypeController() override;
 
   Profile* profile_;