Index: extensions/browser/guest_view/web_view/web_view_guest.cc |
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.cc b/extensions/browser/guest_view/web_view/web_view_guest.cc |
index cee7c1491675f0c34391f5ab5d540067472a3cd9..a85b2b170c433512ff6a7ad3d6b316060ef8cc38 100644 |
--- a/extensions/browser/guest_view/web_view/web_view_guest.cc |
+++ b/extensions/browser/guest_view/web_view/web_view_guest.cc |
@@ -1250,7 +1250,7 @@ content::WebContents* WebViewGuest::OpenURLFromTab( |
// decides that a fork should happen. At the time of writing this comment, |
// the only way a well behaving guest could hit this code path is if it |
// navigates to a URL that's associated with the default search engine. |
- // This list of URLs is generated by chrome::GetSearchURLs. Validity checks |
+ // This list of URLs is generated by search::GetSearchURLs. Validity checks |
// are performed inside LoadURLWithParams such that if the guest attempts |
// to navigate to a URL that it is not allowed to navigate to, a 'loadabort' |
// event will fire in the embedder, and the guest will be navigated to |