| Index: content/browser/download/download_file.cc
|
| diff --git a/content/browser/download/download_file.cc b/content/browser/download/download_file.cc
|
| index a2bfb347974e8fb16223feaf3cc78cb07ed4075b..06f643ef08f085a9fe45ec568cff6f1bedcd5920 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());
|
| }
|
|
|