Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / command_observer_bridge.h
index b77eb71..155cb99 100644 (file)
@@ -26,15 +26,14 @@ class CommandObserverBridge : public CommandObserver {
  public:
   CommandObserverBridge(id<CommandObserverProtocol> observer,
                         CommandUpdater* commands);
-  virtual ~CommandObserverBridge();
+  ~CommandObserverBridge() override;
 
   // Register for updates about |command|.
   void ObserveCommand(int command);
 
  protected:
   // Overridden from CommandObserver
-  virtual void EnabledStateChangedForCommand(int command,
-                                             bool enabled) OVERRIDE;
+  void EnabledStateChangedForCommand(int command, bool enabled) override;
 
  private:
   id<CommandObserverProtocol> observer_;  // weak, owns me