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

Unified Diff: chrome/browser/ui/cocoa/notifications/message_center_tray_bridge_unittest.mm

Issue 112913004: 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: 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/ui/cocoa/notifications/message_center_tray_bridge_unittest.mm
diff --git a/chrome/browser/ui/cocoa/notifications/message_center_tray_bridge_unittest.mm b/chrome/browser/ui/cocoa/notifications/message_center_tray_bridge_unittest.mm
index 62cabb87abc2d0cb2d53c5f710bdec1232bb8d6b..567e60f9399f3f700ebf9650bcf1cd1085a1d429 100644
--- a/chrome/browser/ui/cocoa/notifications/message_center_tray_bridge_unittest.mm
+++ b/chrome/browser/ui/cocoa/notifications/message_center_tray_bridge_unittest.mm
@@ -47,8 +47,8 @@ TEST_F(MessageCenterTrayBridgeTest, StatusItemOnlyAfterFirstNotification) {
new message_center::Notification(
message_center::NOTIFICATION_TYPE_SIMPLE,
"1",
- ASCIIToUTF16("First notification"),
- ASCIIToUTF16("This is a simple test."),
+ base::ASCIIToUTF16("First notification"),
+ base::ASCIIToUTF16("This is a simple test."),
gfx::Image(),
base::string16(),
message_center::NotifierId(),

Powered by Google App Engine
This is Rietveld 408576698