Index: content/browser/download/download_item_factory.h |
diff --git a/content/browser/download/download_item_factory.h b/content/browser/download/download_item_factory.h |
index 0069e43422efde62b2eeea5222be36b9d34dbf0e..3f6459eefb9db540f455edc95b45ab27bf67bb7a 100644 |
--- a/content/browser/download/download_item_factory.h |
+++ b/content/browser/download/download_item_factory.h |
@@ -41,6 +41,7 @@ public: |
virtual DownloadItemImpl* CreatePersistedItem( |
DownloadItemImplDelegate* delegate, |
+ const std::string& guid, |
uint32_t download_id, |
const base::FilePath& current_path, |
const base::FilePath& target_path, |