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

Unified Diff: chrome/browser/ui/cocoa/browser/avatar_button_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/browser/avatar_button_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/browser/avatar_button_controller_unittest.mm b/chrome/browser/ui/cocoa/browser/avatar_button_controller_unittest.mm
index 6ca33d4ef0a7b15c0d68dfa0a4d249d9707e5a91..99a3b5705c05ecb1ea5598da9ac3cf7184489316 100644
--- a/chrome/browser/ui/cocoa/browser/avatar_button_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/browser/avatar_button_controller_unittest.mm
@@ -95,8 +95,8 @@ TEST_F(AvatarButtonControllerTest, ManagedUserLabel) {
// Create a second, managed profile to enable the avatar menu.
std::string name = "p2";
TestingProfile* profile = testing_profile_manager()->CreateTestingProfile(
- name, scoped_ptr<PrefServiceSyncable>(), ASCIIToUTF16(name), 0, "asdf",
- TestingProfile::TestingFactories());
+ name, scoped_ptr<PrefServiceSyncable>(), base::ASCIIToUTF16(name), 0,
+ "asdf", TestingProfile::TestingFactories());
EXPECT_TRUE(profile->IsManaged());
// http://crbug.com/39725

Powered by Google App Engine
This is Rietveld 408576698