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

Unified Diff: chrome/browser/app_controller_mac.mm

Issue 109013006: Update some uses of UTF conversions in chrome/browser to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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/provider/chrome_browser_provider.cc ('k') | chrome/browser/apps/app_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/app_controller_mac.mm
diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
index bef2bfa3cf9a1e094be7729a69ee30e4cf08e0f9..79b2d8902c673089474f0415415b087702024cd8 100644
--- a/chrome/browser/app_controller_mac.mm
+++ b/chrome/browser/app_controller_mac.mm
@@ -1427,7 +1427,7 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver {
++cursor, ++position) {
DCHECK_EQ(applications.GetPosition(cursor->get()), position);
NSString* itemStr =
- base::SysUTF16ToNSString(UTF8ToUTF16((*cursor)->name()));
+ base::SysUTF16ToNSString(base::UTF8ToUTF16((*cursor)->name()));
base::scoped_nsobject<NSMenuItem> appItem(
[[NSMenuItem alloc] initWithTitle:itemStr
action:@selector(executeApplication:)
« no previous file with comments | « chrome/browser/android/provider/chrome_browser_provider.cc ('k') | chrome/browser/apps/app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698