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

Unified Diff: chrome/browser/ui/app_list/search/term_break_iterator_unittest.cc

Issue 120983002: 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/app_list/search/term_break_iterator_unittest.cc
diff --git a/chrome/browser/ui/app_list/search/term_break_iterator_unittest.cc b/chrome/browser/ui/app_list/search/term_break_iterator_unittest.cc
index fbd298fa32141d23df3e86d8c7ad0616b803d520..cedf24b0ecb2e9b2ac1663f71f2689b1f4615070 100644
--- a/chrome/browser/ui/app_list/search/term_break_iterator_unittest.cc
+++ b/chrome/browser/ui/app_list/search/term_break_iterator_unittest.cc
@@ -7,6 +7,8 @@
#include "base/strings/utf_string_conversions.h"
#include "testing/gtest/include/gtest/gtest.h"
+using base::UTF8ToUTF16;
+
namespace app_list {
namespace test {

Powered by Google App Engine
This is Rietveld 408576698