Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / autofill / test_popup_controller_common.h
index 82af3d6..2bd2982 100644 (file)
@@ -14,14 +14,13 @@ namespace autofill {
 class TestPopupControllerCommon : public PopupControllerCommon {
  public:
   explicit TestPopupControllerCommon(const gfx::RectF& element_bounds);
-  virtual ~TestPopupControllerCommon();
+  ~TestPopupControllerCommon() override;
 
   void set_display(const gfx::Display& display) { display_ = display; }
 
  protected:
   // Returns |display_|
-  virtual gfx::Display GetDisplayNearestPoint(
-      const gfx::Point& point) const OVERRIDE;
+  gfx::Display GetDisplayNearestPoint(const gfx::Point& point) const override;
 
  private:
   gfx::Display display_;