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_; |