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

Unified Diff: chrome/browser/chromeos/login/default_user_images.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
Index: chrome/browser/chromeos/login/default_user_images.h
diff --git a/chrome/browser/chromeos/login/default_user_images.h b/chrome/browser/chromeos/login/default_user_images.h
index d30bd112b1a4200cdf446080b4ae40b27f843764..9eec792daf96d507ddcbf12ac84521ee1cc2e9ed 100644
--- a/chrome/browser/chromeos/login/default_user_images.h
+++ b/chrome/browser/chromeos/login/default_user_images.h
@@ -37,7 +37,7 @@ bool IsDefaultImageUrl(const std::string& url, int* image_id);
const gfx::ImageSkia& GetDefaultImage(int index);
// Returns a description of a default user image with specified index.
-string16 GetDefaultImageDescription(int index);
+base::string16 GetDefaultImageDescription(int index);
// Resource IDs of default user images.
extern const int kDefaultImageResourceIDs[];
« no previous file with comments | « chrome/browser/chromeos/login/captive_portal_view.cc ('k') | chrome/browser/chromeos/login/default_user_images.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698