| Index: chrome/browser/safe_browsing/protocol_manager.h
|
| diff --git a/chrome/browser/safe_browsing/protocol_manager.h b/chrome/browser/safe_browsing/protocol_manager.h
|
| index 3f21eda976053a3a67fd635d2017e1a4b4794c17..487cdf060e445d4c430f3412810f5fa72e116b9c 100644
|
| --- a/chrome/browser/safe_browsing/protocol_manager.h
|
| +++ b/chrome/browser/safe_browsing/protocol_manager.h
|
| @@ -283,6 +283,7 @@ class SafeBrowsingProtocolManager : public net::URLFetcherDelegate,
|
| struct FullHashDetails {
|
| FullHashDetails();
|
| FullHashDetails(FullHashCallback callback, bool is_download);
|
| + FullHashDetails(const FullHashDetails& other);
|
| ~FullHashDetails();
|
|
|
| FullHashCallback callback;
|
|
|