Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / renderer / render_process_impl.h
index 97c1244..7b441e2 100644 (file)
@@ -15,11 +15,11 @@ namespace content {
 class RenderProcessImpl : public RenderProcess {
  public:
   RenderProcessImpl();
-  virtual ~RenderProcessImpl();
+  ~RenderProcessImpl() override;
 
   // RenderProcess implementation.
-  virtual void AddBindings(int bindings) OVERRIDE;
-  virtual int GetEnabledBindings() const OVERRIDE;
+  void AddBindings(int bindings) override;
+  int GetEnabledBindings() const override;
 
  private:
   // Bitwise-ORed set of extra bindings that have been enabled anywhere in this