| Index: chrome/browser/safe_browsing/client_side_detection_host.h
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/client_side_detection_host.h (revision 110851)
|
| +++ chrome/browser/safe_browsing/client_side_detection_host.h (working copy)
|
| @@ -48,7 +48,7 @@
|
| // we should classify the new URL.
|
| virtual void DidNavigateMainFrame(
|
| const content::LoadCommittedDetails& details,
|
| - const ViewHostMsg_FrameNavigate_Params& params) OVERRIDE;
|
| + const content::FrameNavigateParams& params) OVERRIDE;
|
|
|
| // Called when the SafeBrowsingService found a hit with one of the
|
| // SafeBrowsing lists. This method is called on the UI thread.
|
|
|