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

Unified Diff: chrome/browser/ui/cocoa/validation_message_bubble_controller_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/validation_message_bubble_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/validation_message_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/validation_message_bubble_controller_unittest.mm
index c80c24d8f032c5c04ae1416839855cbcc123cbc3..6d3ab984c8011566ccbd6f23a4f72b78f0ddff2e 100644
--- a/chrome/browser/ui/cocoa/validation_message_bubble_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/validation_message_bubble_controller_unittest.mm
@@ -12,8 +12,8 @@ namespace {
static NSView* constructView(const char* main_text, const char* sub_text) {
return [ValidationMessageBubbleController
- constructContentView:UTF8ToUTF16(main_text)
- subText:UTF8ToUTF16(sub_text)];
+ constructContentView:base::UTF8ToUTF16(main_text)
+ subText:base::UTF8ToUTF16(sub_text)];
}
TEST(ValidationMessageBubbleControllerTest, FrameSize) {
« no previous file with comments | « chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm ('k') | chrome/browser/ui/cocoa/view_id_util_browsertest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698