summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/work_item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/work_item.cc')
-rw-r--r--chrome/installer/util/work_item.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/installer/util/work_item.cc b/chrome/installer/util/work_item.cc
index c62a383..2d40d36 100644
--- a/chrome/installer/util/work_item.cc
+++ b/chrome/installer/util/work_item.cc
@@ -59,9 +59,9 @@ DeleteTreeWorkItem* WorkItem::CreateDeleteTreeWorkItem(
}
MoveTreeWorkItem* WorkItem::CreateMoveTreeWorkItem(
- const std::wstring& source_path,
- const std::wstring& dest_path,
- const std::wstring& temp_dir) {
+ const FilePath& source_path,
+ const FilePath& dest_path,
+ const FilePath& temp_dir) {
return new MoveTreeWorkItem(source_path, dest_path, temp_dir);
}