| Index: chrome/tools/crash_service/crash_service.cc
|
| diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc
|
| index ff36eca2bbe09bee1488fec26d5eee78ec0624d8..63a674b4763269c7a75d957a9103755766237691 100644
|
| --- a/chrome/tools/crash_service/crash_service.cc
|
| +++ b/chrome/tools/crash_service/crash_service.cc
|
| @@ -372,7 +372,7 @@ void CrashService::OnClientDumpRequest(void* context,
|
| file_util::CreateDirectoryW(alternate_dump_location);
|
| alternate_dump_location = alternate_dump_location.Append(
|
| dump_location.BaseName());
|
| - file_util::Move(dump_location, alternate_dump_location);
|
| + base::Move(dump_location, alternate_dump_location);
|
| dump_location = alternate_dump_location;
|
| }
|
|
|
|
|