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

Unified Diff: components/autofill/core/browser/autofill_manager.cc

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: 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,
« no previous file with comments | « components/autofill/core/browser/autofill_manager.h ('k') | components/autofill/core/browser/autofill_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698