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

Unified Diff: chrome/common/extensions/extension_file_util_unittest.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
Index: chrome/common/extensions/extension_file_util_unittest.cc
diff --git a/chrome/common/extensions/extension_file_util_unittest.cc b/chrome/common/extensions/extension_file_util_unittest.cc
index dc3fd3b74c0b80ebf71e6b7e9de7e3bba4f4dd5b..231dfd76f75f95a8511a4a97547ec5716bc45840 100644
--- a/chrome/common/extensions/extension_file_util_unittest.cc
+++ b/chrome/common/extensions/extension_file_util_unittest.cc
@@ -300,7 +300,7 @@ TEST_F(ExtensionFileUtilTest, ExtensionURLToRelativeFilePath) {
base::FilePath expected_path(test_cases[i].expected_relative_path);
#elif defined(OS_WIN)
base::FilePath expected_path(
- UTF8ToWide(test_cases[i].expected_relative_path));
+ base::UTF8ToWide(test_cases[i].expected_relative_path));
#endif
base::FilePath actual_path =

Powered by Google App Engine
This is Rietveld 408576698