Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4639)

Unified Diff: chrome/browser/google_apis/gdata_wapi_parser.cc

Issue 12314090: Add utf_string_conversions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/google/google_util.cc ('k') | chrome/browser/history/history_publisher_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google_apis/gdata_wapi_parser.cc
diff --git a/chrome/browser/google_apis/gdata_wapi_parser.cc b/chrome/browser/google_apis/gdata_wapi_parser.cc
index fd034f743b46af8a47b7c4b6284a2b7181db24a4..97a011ab9f1eecaee08ee39c5117c6bd94c6f954 100644
--- a/chrome/browser/google_apis/gdata_wapi_parser.cc
+++ b/chrome/browser/google_apis/gdata_wapi_parser.cc
@@ -580,7 +580,7 @@ std::string ResourceEntry::GetHostedDocumentExtension() const {
// static
bool ResourceEntry::HasHostedDocumentExtension(const base::FilePath& file) {
#if defined(OS_WIN)
- std::string file_extension = WideToUTF8(file.Extension());
+ std::string file_extension = base::WideToUTF8(file.Extension());
#else
std::string file_extension = file.Extension();
#endif
« no previous file with comments | « chrome/browser/google/google_util.cc ('k') | chrome/browser/history/history_publisher_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698