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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_notification_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/autofill/autofill_notification_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_notification_controller_unittest.mm b/chrome/browser/ui/cocoa/autofill/autofill_notification_controller_unittest.mm
index f74cdb61ffaa9acc24c8af04c3db50f7620e9f72..dd78f9c586c0c363c8511d6f167c09e9b79f9a57 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_notification_controller_unittest.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_notification_controller_unittest.mm
@@ -10,6 +10,8 @@
#include "testing/gtest_mac.h"
#import "ui/base/test/ui_cocoa_test_helper.h"
+using base::ASCIIToUTF16;
+
namespace {
class AutofillNotificationControllerTest : public ui::CocoaTest {

Powered by Google App Engine
This is Rietveld 408576698