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