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

Unified Diff: components/password_manager/core/browser/password_autofill_manager.cc

Issue 271173002: Remove 'password_manager::' prefixes from code within that namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months 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/password_manager/core/browser/password_autofill_manager.cc
diff --git a/components/password_manager/core/browser/password_autofill_manager.cc b/components/password_manager/core/browser/password_autofill_manager.cc
index 8ace098c8aadbe134c461bc371c527b0fb98cc5e..e306b4df2e24d4f97883b6ac82ac187b7b4ea0d1 100644
--- a/components/password_manager/core/browser/password_autofill_manager.cc
+++ b/components/password_manager/core/browser/password_autofill_manager.cc
@@ -16,7 +16,7 @@ namespace password_manager {
// PasswordAutofillManager, public:
PasswordAutofillManager::PasswordAutofillManager(
- password_manager::PasswordManagerClient* password_manager_client,
+ PasswordManagerClient* password_manager_client,
autofill::AutofillManagerDelegate* autofill_manager_delegate)
: password_manager_client_(password_manager_client),
autofill_manager_delegate_(autofill_manager_delegate),

Powered by Google App Engine
This is Rietveld 408576698