X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fbrowser%2Fcomponent_updater%2Fcomponent_patcher_operation_out_of_process.cc;h=221ba263e3677f7967ed7d845189cfd178c81a2d;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=5c665b8fd79a124f73322562950a149feb8bd1b7;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/browser/component_updater/component_patcher_operation_out_of_process.cc b/src/chrome/browser/component_updater/component_patcher_operation_out_of_process.cc index 5c665b8..221ba26 100644 --- a/src/chrome/browser/component_updater/component_patcher_operation_out_of_process.cc +++ b/src/chrome/browser/component_updater/component_patcher_operation_out_of_process.cc @@ -7,8 +7,10 @@ #include #include "base/bind.h" -#include "chrome/browser/component_updater/component_updater_service.h" +#include "base/callback.h" +#include "base/files/file_path.h" #include "chrome/common/chrome_utility_messages.h" +#include "components/component_updater/component_updater_service.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/utility_process_host.h" #include "content/public/browser/utility_process_host_client.h" @@ -84,9 +86,9 @@ ChromeOutOfProcessPatcher::~ChromeOutOfProcessPatcher() { void ChromeOutOfProcessPatcher::Patch( const std::string& operation, scoped_refptr task_runner, - base::FilePath& input_abs_path, - base::FilePath& patch_abs_path, - base::FilePath& output_abs_path, + const base::FilePath& input_abs_path, + const base::FilePath& patch_abs_path, + const base::FilePath& output_abs_path, base::Callback callback) { host_ = new PatchHost(callback, task_runner); scoped_ptr patch_message;