X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fcomponent_updater%2Fcomponent_patcher_operation_out_of_process.h;h=88c4c602dd5a4f5d35c3925c5357f8a9c2e1ea8e;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=0f6d6b5f5363382cbbbaa7f0a2d959adead51349;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/component_updater/component_patcher_operation_out_of_process.h b/src/chrome/browser/component_updater/component_patcher_operation_out_of_process.h index 0f6d6b5..88c4c60 100644 --- a/src/chrome/browser/component_updater/component_patcher_operation_out_of_process.h +++ b/src/chrome/browser/component_updater/component_patcher_operation_out_of_process.h @@ -27,15 +27,15 @@ class ChromeOutOfProcessPatcher : public OutOfProcessPatcher { ChromeOutOfProcessPatcher(); // DeltaUpdateOpPatch::OutOfProcessPatcher implementation. - virtual void Patch(const std::string& operation, - scoped_refptr task_runner, - const base::FilePath& input_abs_path, - const base::FilePath& patch_abs_path, - const base::FilePath& output_abs_path, - base::Callback callback) OVERRIDE; + void Patch(const std::string& operation, + scoped_refptr task_runner, + const base::FilePath& input_abs_path, + const base::FilePath& patch_abs_path, + const base::FilePath& output_abs_path, + base::Callback callback) override; private: - virtual ~ChromeOutOfProcessPatcher(); + ~ChromeOutOfProcessPatcher() override; scoped_refptr host_;