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

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

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.h
diff --git a/chrome/browser/guest_view/web_view/web_view_find_helper.h b/chrome/browser/guest_view/web_view/web_view_find_helper.h
index eac5ab8aea318a3a61ae1b19630a1ca9cacd3dc9..b257a727ee903736996c7eb2e6c1ce103b12f834 100644
--- a/chrome/browser/guest_view/web_view/web_view_find_helper.h
+++ b/chrome/browser/guest_view/web_view/web_view_find_helper.h
@@ -40,7 +40,7 @@ class WebViewFindHelper {
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);
// Helper function for WeViewGuest:FindReply().
void FindReply(int request_id,
@@ -105,7 +105,7 @@ class WebViewFindHelper {
int request_id,
const base::string16& search_text,
const blink::WebFindOptions& options,
- scoped_refptr<extensions::WebViewInternalFindFunction> find_function);
+ scoped_refptr<WebViewInternalFindFunction> find_function);
~FindInfo();
// Add another request to |find_next_requests_|.
@@ -145,7 +145,7 @@ class WebViewFindHelper {
const int request_id_;
const base::string16 search_text_;
blink::WebFindOptions options_;
- scoped_refptr<extensions::WebViewInternalFindFunction> find_function_;
+ scoped_refptr<WebViewInternalFindFunction> find_function_;
FindResults find_results_;
// A find reply has been received for this find request.
« no previous file with comments | « chrome/browser/guest_view/app_view/app_view_guest.cc ('k') | chrome/browser/guest_view/web_view/web_view_find_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698