Index: components/autofill/content/renderer/page_click_listener.h |
diff --git a/components/autofill/content/renderer/page_click_listener.h b/components/autofill/content/renderer/page_click_listener.h |
index a7490a00dab420e2e5c5b8003573c6461c8b0397..1fc7862fe9e29796e6b547483345928494d50b4a 100644 |
--- a/components/autofill/content/renderer/page_click_listener.h |
+++ b/components/autofill/content/renderer/page_click_listener.h |
@@ -5,7 +5,7 @@ |
#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_LISTENER_H_ |
#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_PAGE_CLICK_LISTENER_H_ |
-namespace WebKit { |
+namespace blink { |
class WebInputElement; |
} |
@@ -19,7 +19,7 @@ class PageClickListener { |
// Notification that |element| was clicked. |
// |was_focused| is true if |element| had focus BEFORE the click. |
// |is_focused| is true if |element| has focus AFTER the click was processed. |
- virtual void InputElementClicked(const WebKit::WebInputElement& element, |
+ virtual void InputElementClicked(const blink::WebInputElement& element, |
bool was_focused, |
bool is_focused) = 0; |