Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2897)

Unified Diff: chrome/browser/guest_view/web_view/web_view_find_helper.cc

Issue 456983003: Remove unnecessary "extensions::" prefix in guest_view/web_view/app_view directories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/guest_view/web_view/web_view_find_helper.cc
diff --git a/chrome/browser/guest_view/web_view/web_view_find_helper.cc b/chrome/browser/guest_view/web_view/web_view_find_helper.cc
index b2a5e992cbe40edf910804abaef9164c5878b4fc..16d5a92c767c4c576696520ca76cdb7c8e084094 100644
--- a/chrome/browser/guest_view/web_view/web_view_find_helper.cc
+++ b/chrome/browser/guest_view/web_view/web_view_find_helper.cc
@@ -88,7 +88,7 @@ void WebViewFindHelper::Find(
content::WebContents* guest_web_contents,
const base::string16& search_text,
const blink::WebFindOptions& options,
- scoped_refptr<extensions::WebViewInternalFindFunction> find_function) {
+ scoped_refptr<WebViewInternalFindFunction> find_function) {
// Need a new request_id for each new find request.
++current_find_request_id_;
@@ -241,7 +241,7 @@ WebViewFindHelper::FindInfo::FindInfo(
int request_id,
const base::string16& search_text,
const blink::WebFindOptions& options,
- scoped_refptr<extensions::WebViewInternalFindFunction> find_function)
+ scoped_refptr<WebViewInternalFindFunction> find_function)
: request_id_(request_id),
search_text_(search_text),
options_(options),
« no previous file with comments | « chrome/browser/guest_view/web_view/web_view_find_helper.h ('k') | chrome/browser/guest_view/web_view/web_view_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698