Index: chrome/browser/google_apis/gdata_wapi_parser.cc |
=================================================================== |
--- chrome/browser/google_apis/gdata_wapi_parser.cc (revision 184354) |
+++ chrome/browser/google_apis/gdata_wapi_parser.cc (working copy) |
@@ -580,7 +580,7 @@ |
// static |
bool ResourceEntry::HasHostedDocumentExtension(const base::FilePath& file) { |
#if defined(OS_WIN) |
- std::string file_extension = base::WideToUTF8(file.Extension()); |
+ std::string file_extension = WideToUTF8(file.Extension()); |
#else |
std::string file_extension = file.Extension(); |
#endif |