| Index: chrome/browser/safe_browsing/malware_details.h
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/malware_details.h (revision 115777)
|
| +++ chrome/browser/safe_browsing/malware_details.h (working copy)
|
| @@ -44,7 +44,7 @@
|
| // Constructs a new MalwareDetails instance, using the factory.
|
| static MalwareDetails* NewMalwareDetails(
|
| SafeBrowsingService* sb_service,
|
| - TabContents* tab_contents,
|
| + content::WebContents* web_contents,
|
| const SafeBrowsingService::UnsafeResource& resource);
|
|
|
| // Makes the passed |factory| the factory used to instanciate
|
| @@ -71,7 +71,7 @@
|
| friend class MalwareDetailsFactoryImpl;
|
|
|
| MalwareDetails(SafeBrowsingService* sb_service,
|
| - TabContents* tab_contents,
|
| + content::WebContents* web_contents,
|
| const SafeBrowsingService::UnsafeResource& resource);
|
|
|
| virtual ~MalwareDetails();
|
| @@ -153,7 +153,7 @@
|
|
|
| virtual MalwareDetails* CreateMalwareDetails(
|
| SafeBrowsingService* sb_service,
|
| - TabContents* tab_contents,
|
| + content::WebContents* web_contents,
|
| const SafeBrowsingService::UnsafeResource& unsafe_resource) = 0;
|
| };
|
|
|
|
|