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

Unified Diff: webkit/browser/database/databases_table_unittest.cc

Issue 102993018: Remove UTF string conversion functions from the global namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: aaaaaaaaaa 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: webkit/browser/database/databases_table_unittest.cc
diff --git a/webkit/browser/database/databases_table_unittest.cc b/webkit/browser/database/databases_table_unittest.cc
index cca75061b918e6dcd2cce0fef71a782cf02c8562..d1192ad01037bd06e94541176ffc09074c8fce90 100644
--- a/webkit/browser/database/databases_table_unittest.cc
+++ b/webkit/browser/database/databases_table_unittest.cc
@@ -12,7 +12,7 @@
#include "third_party/sqlite/sqlite3.h"
#include "webkit/browser/database/databases_table.h"
-using base::ASCIIToWide;
+using base::ASCIIToUTF16;
namespace webkit_database {
« no previous file with comments | « webkit/browser/database/database_util_unittest.cc ('k') | webkit/child/ftp_directory_listing_response_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698