Index: content/browser/download/download_file_impl.h |
diff --git a/content/browser/download/download_file_impl.h b/content/browser/download/download_file_impl.h |
index 963ae9fc58f3b9cf8b694e580cedaf2d6ea34b00..9a50870fb2a0f2286db1d84f94b6abc62e948459 100644 |
--- a/content/browser/download/download_file_impl.h |
+++ b/content/browser/download/download_file_impl.h |
@@ -63,6 +63,7 @@ class CONTENT_EXPORT DownloadFileImpl : virtual public DownloadFile { |
virtual int64 CurrentSpeed() const OVERRIDE; |
virtual bool GetHash(std::string* hash) OVERRIDE; |
virtual std::string GetHashState() OVERRIDE; |
+ virtual void SetClientGuid(const std::string& guid) OVERRIDE; |
protected: |
// For test class overrides. |