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

Unified Diff: components/history/core/test/history_backend_db_base_test.h

Issue 1781983002: [Downloads] Introduce GUIDs for downloads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 9 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
Index: components/history/core/test/history_backend_db_base_test.h
diff --git a/components/history/core/test/history_backend_db_base_test.h b/components/history/core/test/history_backend_db_base_test.h
index 83f1ab3307421b8eb90356f24caf7d5a11334f23..c19926c9fa0a3a4af3d747b62dc964039a759ee5 100644
--- a/components/history/core/test/history_backend_db_base_test.h
+++ b/components/history/core/test/history_backend_db_base_test.h
@@ -51,7 +51,10 @@ class HistoryBackendDBBaseTest : public HistoryUnitTestBase {
void DeleteBackend();
- bool AddDownload(uint32_t id, DownloadState state, base::Time time);
+ bool AddDownload(uint32_t id,
+ const std::string& guid,
+ DownloadState state,
+ base::Time time);
base::ScopedTempDir temp_dir_;
« no previous file with comments | « components/history/core/browser/history_database.cc ('k') | components/history/core/test/history_backend_db_base_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698