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

Unified Diff: public/web/WebAutofillClient.h

Issue 208393012: Revert of Framework for converting embedder uses of WebFrame to WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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
« no previous file with comments | « public/platform/WebMediaPlayerClient.h ('k') | public/web/WebDOMCustomEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAutofillClient.h
diff --git a/public/web/WebAutofillClient.h b/public/web/WebAutofillClient.h
index ac26db5b32f17dcc8299a66c28a3efd69b9fae96..4a5ad60c4827746de8d1c3e11c6013609be5da23 100644
--- a/public/web/WebAutofillClient.h
+++ b/public/web/WebAutofillClient.h
@@ -31,12 +31,11 @@
#ifndef WebAutofillClient_h
#define WebAutofillClient_h
-#include "WebFrame.h"
-
namespace blink {
class WebFormControlElement;
class WebFormElement;
+class WebFrame;
class WebInputElement;
class WebKeyboardEvent;
class WebNode;
@@ -46,7 +45,7 @@
class WebAutofillClient {
public:
// Informs the browser an interactive autocomplete has been requested.
- virtual void didRequestAutocomplete(WebLocalFrame*, const WebFormElement&) { }
+ virtual void didRequestAutocomplete(WebFrame*, const WebFormElement&) { }
// These methods are called when the users edits a text-field.
virtual void textFieldDidEndEditing(const WebInputElement&) { }
« no previous file with comments | « public/platform/WebMediaPlayerClient.h ('k') | public/web/WebDOMCustomEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698