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

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

Issue 15995038: Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/, media/, ppapi/, print… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better Created 7 years, 6 months 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.cc
diff --git a/webkit/browser/database/databases_table.cc b/webkit/browser/database/databases_table.cc
index 45c76ec423593907c6c037a39f579286d29a365b..1d06676af254a9d85acb5be1d65480217b162c5c 100644
--- a/webkit/browser/database/databases_table.cc
+++ b/webkit/browser/database/databases_table.cc
@@ -5,7 +5,7 @@
#include "webkit/browser/database/databases_table.h"
#include "base/logging.h"
-#include "base/utf_string_conversions.h"
+#include "base/strings/utf_string_conversions.h"
#include "sql/statement.h"
namespace webkit_database {
« no previous file with comments | « webkit/browser/database/database_util_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