Chromium Code Reviews| Index: webkit/database/databases_table.cc |
| =================================================================== |
| --- webkit/database/databases_table.cc (revision 34166) |
| +++ webkit/database/databases_table.cc (working copy) |
| @@ -6,7 +6,8 @@ |
| #include "app/sql/connection.h" |
| #include "app/sql/statement.h" |
| -#include "base/string_util.h" |
| +#include "base/logging.h" |
| +#include "base/utf_string_conversions.h" |
| namespace webkit_database { |