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

Unified Diff: components/autofill/renderer/password_generation_manager.h

Issue 13973004: Convert string16 -> base::string16 in components/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/autofill/renderer/password_generation_manager.h
diff --git a/components/autofill/renderer/password_generation_manager.h b/components/autofill/renderer/password_generation_manager.h
index 9ed94ca14377c1d16657d54b6498efed3a78b50c..46510d1da1816d5ba52a5319425acd9ca39f1bf9 100644
--- a/components/autofill/renderer/password_generation_manager.h
+++ b/components/autofill/renderer/password_generation_manager.h
@@ -60,7 +60,7 @@ class PasswordGenerationManager : public content::RenderViewObserver,
// Message handlers.
void OnFormNotBlacklisted(const content::PasswordForm& form);
- void OnPasswordAccepted(const string16& password);
+ void OnPasswordAccepted(const base::string16& password);
void OnPasswordGenerationEnabled(bool enabled);
// Helper function to decide whether we should show password generation icon.

Powered by Google App Engine
This is Rietveld 408576698