Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / braille_display_private / mock_braille_controller.h
index 6eeb8b4..9ce52bc 100644 (file)
@@ -16,9 +16,9 @@ class MockBrailleController : public StubBrailleController {
  public:
   MockBrailleController();
 
-  virtual scoped_ptr<DisplayState> GetDisplayState() OVERRIDE;
-  virtual void AddObserver(BrailleObserver* observer) OVERRIDE;
-  virtual void RemoveObserver(BrailleObserver* observer) OVERRIDE;
+  scoped_ptr<DisplayState> GetDisplayState() override;
+  void AddObserver(BrailleObserver* observer) override;
+  void RemoveObserver(BrailleObserver* observer) override;
 
   // Sets the available flag without calling the observer.
   void SetAvailable(bool available);