Index: components/autofill/core/browser/autofill_manager.cc |
diff --git a/components/autofill/core/browser/autofill_manager.cc b/components/autofill/core/browser/autofill_manager.cc |
index 5e8539f393253226111be0ce4b20d6a9369352ef..9297ec27af788f06c64ac3e9d6995a25d6f1a2a8 100644 |
--- a/components/autofill/core/browser/autofill_manager.cc |
+++ b/components/autofill/core/browser/autofill_manager.cc |
@@ -58,7 +58,7 @@ typedef PersonalDataManager::GUIDPair GUIDPair; |
using base::TimeTicks; |
using content::RenderViewHost; |
-using WebKit::WebFormElement; |
+using blink::WebFormElement; |
namespace { |
@@ -418,7 +418,7 @@ void AutofillManager::OnQueryFormFieldAutofill(int query_id, |
labels.assign(1, base::string16()); |
icons.assign(1, base::string16()); |
unique_ids.assign(1, |
- WebKit::WebAutofillClient::MenuItemIDWarningMessage); |
+ blink::WebAutofillClient::MenuItemIDWarningMessage); |
} else { |
bool section_is_autofilled = |
SectionIsAutofilled(*form_structure, form, |