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

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

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.h
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h
index b7d74c14db20d4e244c0e677d857a8efd43511b1..1663c1edbb976865f495d9779f858beb1e44d542 100644
--- a/components/autofill/core/browser/autofill_manager.h
+++ b/components/autofill/core/browser/autofill_manager.h
@@ -218,7 +218,7 @@ class AutofillManager : public AutofillDownloadManager::Observer {
// Tell the renderer the current interactive autocomplete finished.
virtual void ReturnAutocompleteResult(
- WebKit::WebFormElement::AutocompleteResult result,
+ blink::WebFormElement::AutocompleteResult result,
const FormData& form_data);
private:

Powered by Google App Engine
This is Rietveld 408576698