Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / autofill / autofill_account_chooser_unittest.mm
index 6a443b3..4e872b0 100644 (file)
@@ -36,19 +36,16 @@ class AutofillAccountChooserTest : public ui::CocoaTest {
 
 class MenuDelegate : public ui::SimpleMenuModel::Delegate {
  public:
-  virtual bool IsCommandIdChecked(int command_id) const OVERRIDE {
-    return false;
-  }
+  bool IsCommandIdChecked(int command_id) const override { return false; }
 
-  virtual bool IsCommandIdEnabled(int command_id) const OVERRIDE {
-    return true;
-  }
+  bool IsCommandIdEnabled(int command_id) const override { return true; }
 
-  virtual bool GetAcceleratorForCommandId(
-        int command_id,
-        ui::Accelerator* accelerator) OVERRIDE { return false; }
+  bool GetAcceleratorForCommandId(int command_id,
+                                  ui::Accelerator* accelerator) override {
+    return false;
+  }
 
-  virtual void ExecuteCommand(int command_id, int event_flags) OVERRIDE {}
+  void ExecuteCommand(int command_id, int event_flags) override {}
 };
 
 }  // namespace