Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / sync / backend_unrecoverable_error_handler.h
index 872cef4..d73fa5a 100644 (file)
@@ -21,9 +21,9 @@ class BackendUnrecoverableErrorHandler
  public:
   BackendUnrecoverableErrorHandler(
       const syncer::WeakHandle<ProfileSyncService>& service);
-  virtual ~BackendUnrecoverableErrorHandler();
-  virtual void OnUnrecoverableError(const tracked_objects::Location& from_here,
-                                    const std::string& message) OVERRIDE;
+  ~BackendUnrecoverableErrorHandler() override;
+  void OnUnrecoverableError(const tracked_objects::Location& from_here,
+                            const std::string& message) override;
 
  private:
   syncer::WeakHandle<ProfileSyncService> service_;