Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / autofill / autofill_dialog_view_tester_views.h
index b14c27c..5bcca75 100644 (file)
@@ -15,22 +15,21 @@ class AutofillDialogViews;
 class AutofillDialogViewTesterViews : public AutofillDialogViewTester {
  public:
   explicit AutofillDialogViewTesterViews(AutofillDialogViews* view);
-  virtual ~AutofillDialogViewTesterViews();
+  ~AutofillDialogViewTesterViews() override;
 
   // TestableAutofillDialogView implementation:
-  virtual void SubmitForTesting() OVERRIDE;
-  virtual void CancelForTesting() OVERRIDE;
-  virtual base::string16 GetTextContentsOfInput(ServerFieldType type) OVERRIDE;
-  virtual void SetTextContentsOfInput(ServerFieldType type,
-                                      const base::string16& contents) OVERRIDE;
-  virtual void SetTextContentsOfSuggestionInput(
-      DialogSection section,
-      const base::string16& text) OVERRIDE;
-  virtual void ActivateInput(ServerFieldType type) OVERRIDE;
-  virtual gfx::Size GetSize() const OVERRIDE;
-  virtual content::WebContents* GetSignInWebContents() OVERRIDE;
-  virtual bool IsShowingOverlay() const OVERRIDE;
-  virtual bool IsShowingSection(DialogSection section) const OVERRIDE;
+  void SubmitForTesting() override;
+  void CancelForTesting() override;
+  base::string16 GetTextContentsOfInput(ServerFieldType type) override;
+  void SetTextContentsOfInput(ServerFieldType type,
+                              const base::string16& contents) override;
+  void SetTextContentsOfSuggestionInput(DialogSection section,
+                                        const base::string16& text) override;
+  void ActivateInput(ServerFieldType type) override;
+  gfx::Size GetSize() const override;
+  content::WebContents* GetSignInWebContents() override;
+  bool IsShowingOverlay() const override;
+  bool IsShowingSection(DialogSection section) const override;
 
  private:
   AutofillDialogViews* view_;