Index: chrome/browser/history/in_memory_database.cc |
=================================================================== |
--- chrome/browser/history/in_memory_database.cc (revision 184354) |
+++ chrome/browser/history/in_memory_database.cc (working copy) |
@@ -72,7 +72,7 @@ |
#if defined(OS_POSIX) |
attach.BindString(0, history_name.value()); |
#else |
- attach.BindString(0, base::WideToUTF8(history_name.value())); |
+ attach.BindString(0, WideToUTF8(history_name.value())); |
#endif |
if (!attach.Run()) |
return false; |