commit | d55194ca076df03e149b904b12f83baadad85a8e | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Mar 11 18:25:45 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Mar 11 18:25:45 2010 |
tree | 5732658491a778651e02fcc17beb8655a1a7edf1 | |
parent | 5bc8fe91607f20f2d43dc461ca188dd07b55d435 [diff] [blame] |
win: string_util.h -> utf_string_conversions.h fix. BUG=none TEST=none Review URL: http://codereview.chromium.org/830002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41292 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/app/sql/connection.cc b/app/sql/connection.cc index 8f74e6e..81f3d36 100644 --- a/app/sql/connection.cc +++ b/app/sql/connection.cc
@@ -10,6 +10,7 @@ #include "base/file_path.h" #include "base/logging.h" #include "base/string_util.h" +#include "base/utf_string_conversions.h" #include "third_party/sqlite/preprocessed/sqlite3.h" namespace sql {