| Index: chrome/browser/history/history_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/history/history_unittest.cc (revision 7570)
|
| +++ chrome/browser/history/history_unittest.cc (working copy)
|
| @@ -193,8 +193,8 @@
|
| }
|
|
|
| int64 AddDownload(int32 state, const Time& time) {
|
| - DownloadCreateInfo download(FilePath(FILE_PATH_LITERAL("foo-path")),
|
| - L"foo-url", time, 0, 512, state, 0);
|
| + DownloadCreateInfo download(L"foo-path", L"foo-url", time,
|
| + 0, 512, state, 0);
|
| return db_->CreateDownload(download);
|
| }
|
|
|
|
|