| Index: chrome/browser/safe_browsing/ui_manager.h
|
| diff --git a/chrome/browser/safe_browsing/ui_manager.h b/chrome/browser/safe_browsing/ui_manager.h
|
| index 7932508b042fe2bba40f0e4b48fda6316a904235..20a6869b684c1665014363c0c802c525783f3c85 100644
|
| --- a/chrome/browser/safe_browsing/ui_manager.h
|
| +++ b/chrome/browser/safe_browsing/ui_manager.h
|
| @@ -77,7 +77,7 @@ class SafeBrowsingUIManager
|
| bool is_subresource;
|
| bool is_subframe;
|
| SBThreatType threat_type;
|
| - std::string threat_metadata;
|
| + ThreatMetadata threat_metadata;
|
| UrlCheckCallback callback; // This is called back on |callback_thread|.
|
| scoped_refptr<base::SingleThreadTaskRunner> callback_thread;
|
| int render_process_host_id;
|
|
|