| Index: chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
|
| index 85321e69b593f7c6eefc15854803ed12bfee5b56..f08f42ef8d1c812dd1396bebf4c36b7f884b0aed 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.h
|
| @@ -64,7 +64,9 @@ struct ResolvedIPAddress {
|
| class SafeBrowsingNavigationObserver : public base::SupportsUserData::Data,
|
| public content::WebContentsObserver {
|
| public:
|
| - static void MaybeCreateForWebContents(content::WebContents* web_contents);
|
| + static void MaybeCreateForWebContents(
|
| + content::WebContents* web_contents);
|
| +
|
| static SafeBrowsingNavigationObserver* FromWebContents(
|
| content::WebContents* web_contents);
|
|
|
|
|