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

Unified Diff: components/autofill/content/renderer/test_password_autofill_agent.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/content/renderer/test_password_autofill_agent.cc
diff --git a/components/autofill/content/renderer/test_password_autofill_agent.cc b/components/autofill/content/renderer/test_password_autofill_agent.cc
index 10252d4f1f5b1610ec043858cf3caef5d5901844..af2a543a308d54f51044fd1f254368e0b1d37e50 100644
--- a/components/autofill/content/renderer/test_password_autofill_agent.cc
+++ b/components/autofill/content/renderer/test_password_autofill_agent.cc
@@ -13,7 +13,7 @@ TestPasswordAutofillAgent::TestPasswordAutofillAgent(
TestPasswordAutofillAgent::~TestPasswordAutofillAgent() {}
bool TestPasswordAutofillAgent::OriginCanAccessPasswordManager(
- const WebKit::WebSecurityOrigin& origin) {
+ const blink::WebSecurityOrigin& origin) {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698