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

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

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
Index: chrome/browser/android/password_ui_view_android.cc
diff --git a/chrome/browser/android/password_ui_view_android.cc b/chrome/browser/android/password_ui_view_android.cc
index c5db384051095861f8e4820b8a260a6c4235e189..ec41f514c6b1608b7de3bb27101fd4216867ce0d 100644
--- a/chrome/browser/android/password_ui_view_android.cc
+++ b/chrome/browser/android/password_ui_view_android.cc
@@ -26,7 +26,7 @@ Profile* PasswordUIViewAndroid::GetProfile() {
}
void PasswordUIViewAndroid::ShowPassword(
- size_t index, const string16& password_value) {
+ size_t index, const base::string16& password_value) {
NOTIMPLEMENTED();
}
« no previous file with comments | « chrome/browser/android/password_ui_view_android.h ('k') | chrome/browser/android/provider/chrome_browser_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698