| Index: chrome/browser/download/download_manager_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/download/download_manager_unittest.cc (revision 98659)
|
| +++ chrome/browser/download/download_manager_unittest.cc (working copy)
|
| @@ -10,8 +10,8 @@
|
| #include "base/i18n/rtl.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/stl_util.h"
|
| -#include "base/string16.h"
|
| #include "base/string_util.h"
|
| +#include "base/string16.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "build/build_config.h"
|
| #include "chrome/browser/download/chrome_download_manager_delegate.h"
|
| @@ -64,8 +64,7 @@
|
| }
|
|
|
| void AddDownloadToFileManager(int id, DownloadFile* download_file) {
|
| - file_manager()->downloads_[DownloadId(download_manager_.get(), id)] =
|
| - download_file;
|
| + file_manager()->downloads_[id] = download_file;
|
| }
|
|
|
| void OnAllDataSaved(int32 download_id, int64 size, const std::string& hash) {
|
|
|