Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / browser / api / execute_code_function.h
index 203acb9..9e1593a 100644 (file)
@@ -19,11 +19,11 @@ class ExecuteCodeFunction : public AsyncExtensionFunction {
   ExecuteCodeFunction();
 
  protected:
-  virtual ~ExecuteCodeFunction();
+  ~ExecuteCodeFunction() override;
 
   // ExtensionFunction implementation.
-  virtual bool HasPermission() OVERRIDE;
-  virtual bool RunAsync() OVERRIDE;
+  bool HasPermission() override;
+  bool RunAsync() override;
 
   // Initialize |details_| if it hasn't already been.
   virtual bool Init() = 0;