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

Unified Diff: components/autofill/content/renderer/test_password_autofill_agent.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/content/renderer/test_password_autofill_agent.h
diff --git a/components/autofill/content/renderer/test_password_autofill_agent.h b/components/autofill/content/renderer/test_password_autofill_agent.h
index 1045ae01018f70a92d8d33a93d006ed1936ffefc..01f5a4b07387e444cc571f07d77320a95c581348 100644
--- a/components/autofill/content/renderer/test_password_autofill_agent.h
+++ b/components/autofill/content/renderer/test_password_autofill_agent.h
@@ -19,7 +19,7 @@ class TestPasswordAutofillAgent : public PasswordAutofillAgent {
// work with the password manager.
// PasswordAutofillAgent:
virtual bool OriginCanAccessPasswordManager(
- const WebKit::WebSecurityOrigin& origin) OVERRIDE;
+ const blink::WebSecurityOrigin& origin) OVERRIDE;
};
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698