Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / profiles / multiprofiles_intro_dialog.cc
index bdd8086..3851bf5 100644 (file)
@@ -37,13 +37,13 @@ class MultiprofilesIntroView : public views::DialogDelegateView {
   static void ShowDialog(const base::Callback<void(bool)> on_accept);
 
   // views::DialogDelegate overrides.
-  virtual bool Accept() OVERRIDE;
+  virtual bool Accept() override;
 
   // views::WidgetDelegate overrides.
-  virtual ui::ModalType GetModalType() const OVERRIDE;
+  virtual ui::ModalType GetModalType() const override;
 
   // views::View overrides.
-  virtual gfx::Size GetPreferredSize() const OVERRIDE;
+  virtual gfx::Size GetPreferredSize() const override;
 
  private:
   void InitDialog();