| Index: chrome/browser/safe_browsing/client_side_detection_host.h
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/client_side_detection_host.h (revision 115777)
|
| +++ chrome/browser/safe_browsing/client_side_detection_host.h (working copy)
|
| @@ -34,8 +34,8 @@
|
| public SafeBrowsingService::Observer {
|
| public:
|
| // The caller keeps ownership of the tab object and is responsible for
|
| - // ensuring that it stays valid until TabContentsDestroyed is called.
|
| - static ClientSideDetectionHost* Create(TabContents* tab);
|
| + // ensuring that it stays valid until WebContentsDestroyed is called.
|
| + static ClientSideDetectionHost* Create(content::WebContents* tab);
|
| virtual ~ClientSideDetectionHost();
|
|
|
| // From content::WebContentsObserver.
|
| @@ -62,7 +62,7 @@
|
| class ShouldClassifyUrlRequest;
|
| friend class ShouldClassifyUrlRequest;
|
|
|
| - explicit ClientSideDetectionHost(TabContents* tab);
|
| + explicit ClientSideDetectionHost(content::WebContents* tab);
|
|
|
| // Verdict is an encoded ClientPhishingRequest protocol message.
|
| void OnPhishingDetectionDone(const std::string& verdict);
|
|
|