Index: extensions/browser/guest_view/web_view/web_view_guest.h |
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.h b/extensions/browser/guest_view/web_view/web_view_guest.h |
index ccf52edfc5b3f91ece191530996e49e338d5081d..3eb44868e1c58ffc9b9a7a1b1f2594742fae5e8f 100644 |
--- a/extensions/browser/guest_view/web_view/web_view_guest.h |
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h |
@@ -177,9 +177,9 @@ class WebViewGuest : public GuestView<WebViewGuest>, |
double GetZoom(); |
// Begin or continue a find request. |
- void Find(const base::string16& search_text, |
- const blink::WebFindOptions& options, |
- scoped_refptr<WebViewInternalFindFunction> find_function); |
+ void StartFinding(const base::string16& search_text, |
+ const blink::WebFindOptions& options, |
+ scoped_refptr<WebViewInternalFindFunction> find_function); |
// Conclude a find request to clear highlighting. |
void StopFinding(content::StopFindAction); |