| Index: content/browser/download/download_file.cc
|
| diff --git a/content/browser/download/download_file.cc b/content/browser/download/download_file.cc
|
| index 147c7fe9ba263618c7026b71cd6b7b48dcce2ef8..c30c383b735d47de8880d29671354719a4c3028d 100644
|
| --- a/content/browser/download/download_file.cc
|
| +++ b/content/browser/download/download_file.cc
|
| @@ -57,7 +57,7 @@ std::string DownloadFile::DebugString() const {
|
| " request_handle = %s"
|
| " Base File = %s"
|
| " }",
|
| - id_,
|
| + id_.local(),
|
| request_handle_.DebugString().c_str(),
|
| BaseFile::DebugString().c_str());
|
| }
|
|
|