Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / printing / print_preview_context_menu_observer.h
index 8c05e53..e1a11ef 100644 (file)
@@ -16,11 +16,11 @@ class WebContents;
 class PrintPreviewContextMenuObserver : public RenderViewContextMenuObserver {
  public:
   explicit PrintPreviewContextMenuObserver(content::WebContents* contents);
-  virtual ~PrintPreviewContextMenuObserver();
+  ~PrintPreviewContextMenuObserver() override;
 
   // RenderViewContextMenuObserver implementation.
-  virtual bool IsCommandIdSupported(int command_id) OVERRIDE;
-  virtual bool IsCommandIdEnabled(int command_id) OVERRIDE;
+  bool IsCommandIdSupported(int command_id) override;
+  bool IsCommandIdEnabled(int command_id) override;
 
  private:
   bool IsPrintPreviewDialog();