Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / component_updater / component_patcher_operation_out_of_process.h
index 0f6d6b5..88c4c60 100644 (file)
@@ -27,15 +27,15 @@ class ChromeOutOfProcessPatcher : public OutOfProcessPatcher {
   ChromeOutOfProcessPatcher();
 
   // DeltaUpdateOpPatch::OutOfProcessPatcher implementation.
-  virtual void Patch(const std::string& operation,
-                     scoped_refptr<base::SequencedTaskRunner> task_runner,
-                     const base::FilePath& input_abs_path,
-                     const base::FilePath& patch_abs_path,
-                     const base::FilePath& output_abs_path,
-                     base::Callback<void(int result)> callback) OVERRIDE;
+  void Patch(const std::string& operation,
+             scoped_refptr<base::SequencedTaskRunner> task_runner,
+             const base::FilePath& input_abs_path,
+             const base::FilePath& patch_abs_path,
+             const base::FilePath& output_abs_path,
+             base::Callback<void(int result)> callback) override;
 
  private:
-  virtual ~ChromeOutOfProcessPatcher();
+  ~ChromeOutOfProcessPatcher() override;
 
   scoped_refptr<PatchHost> host_;