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

Unified Diff: chrome/browser/android/password_ui_view_android.h

Issue 105193002: Replace string16 with base::string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « chrome/browser/android/most_visited_sites.cc ('k') | chrome/browser/android/password_ui_view_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/password_ui_view_android.h
diff --git a/chrome/browser/android/password_ui_view_android.h b/chrome/browser/android/password_ui_view_android.h
index 07e03d106d54405104027e2d35162938ce3b7a7a..1c3cc7d7fc265593f75d0632dd21b830b0da1efb 100644
--- a/chrome/browser/android/password_ui_view_android.h
+++ b/chrome/browser/android/password_ui_view_android.h
@@ -25,7 +25,7 @@ class PasswordUIViewAndroid : public PasswordUIView {
// PasswordUIView implementation.
virtual Profile* GetProfile() OVERRIDE;
- virtual void ShowPassword(size_t index, const string16& password_value)
+ virtual void ShowPassword(size_t index, const base::string16& password_value)
OVERRIDE;
virtual void SetPasswordList(
const ScopedVector<autofill::PasswordForm>& password_list,
« no previous file with comments | « chrome/browser/android/most_visited_sites.cc ('k') | chrome/browser/android/password_ui_view_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698