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

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

Issue 121123002: Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox/, skia/, sql/, sync/,… (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: webkit/browser/database/database_util_unittest.cc
diff --git a/webkit/browser/database/database_util_unittest.cc b/webkit/browser/database/database_util_unittest.cc
index e776b79010f27b370f6e4046faa85da4c7cf1799..f7c5d5fcddb24e7c0879c5ac3b465bec4e9119a4 100644
--- a/webkit/browser/database/database_util_unittest.cc
+++ b/webkit/browser/database/database_util_unittest.cc
@@ -8,6 +8,7 @@
#include "webkit/browser/database/database_util.h"
#include "webkit/common/database/database_identifier.h"
+using base::ASCIIToWide;
using webkit_database::DatabaseUtil;
static void TestVfsFilePath(bool expected_result,
« no previous file with comments | « webkit/browser/database/database_tracker_unittest.cc ('k') | webkit/browser/database/databases_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698