Chromium Code Reviews| Index: chrome/browser/history/thumbnail_database.cc |
| =================================================================== |
| --- chrome/browser/history/thumbnail_database.cc (revision 184354) |
| +++ chrome/browser/history/thumbnail_database.cc (working copy) |
| @@ -990,7 +990,7 @@ |
| #if defined(OS_POSIX) |
| attach.BindString(0, new_db_file.value()); |
| #else |
| - attach.BindString(0, base::WideToUTF8(new_db_file.value())); |
| + attach.BindString(0, WideToUTF8(new_db_file.value())); |
| #endif |
| if (!attach.Run()) { |