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

Unified Diff: chrome/browser/background/background_mode_manager_chromeos.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/background/background_mode_manager_chromeos.cc
diff --git a/chrome/browser/background/background_mode_manager_chromeos.cc b/chrome/browser/background/background_mode_manager_chromeos.cc
index 8f69efbbe2a815afaf2d555833af81ab58838553..9c83dbdbb430242aab306f91eb2f0ff614ede00c 100644
--- a/chrome/browser/background/background_mode_manager_chromeos.cc
+++ b/chrome/browser/background/background_mode_manager_chromeos.cc
@@ -18,6 +18,6 @@ void BackgroundModeManager::DisplayAppInstalledNotification(
// the time anyway.
}
-string16 BackgroundModeManager::GetPreferencesMenuLabel() {
+base::string16 BackgroundModeManager::GetPreferencesMenuLabel() {
return l10n_util::GetStringUTF16(IDS_SETTINGS);
}
« no previous file with comments | « chrome/browser/background/background_mode_manager_aura.cc ('k') | chrome/browser/background/background_mode_manager_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698