Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1484)

Unified Diff: chrome/browser/history/history_unittest.cc

Issue 16533: Convert download manager to FilePath. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/download_types.h ('k') | chrome/browser/views/download_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_unittest.cc
===================================================================
--- chrome/browser/history/history_unittest.cc (revision 7599)
+++ chrome/browser/history/history_unittest.cc (working copy)
@@ -193,8 +193,8 @@
}
int64 AddDownload(int32 state, const Time& time) {
- DownloadCreateInfo download(L"foo-path", L"foo-url", time,
- 0, 512, state, 0);
+ DownloadCreateInfo download(FilePath(FILE_PATH_LITERAL("foo-path")),
+ L"foo-url", time, 0, 512, state, 0);
return db_->CreateDownload(download);
}
« no previous file with comments | « chrome/browser/history/download_types.h ('k') | chrome/browser/views/download_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698