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

Unified Diff: chrome/common/extensions/extension_file_util_unittest.cc

Issue 12315071: Revert 184352 (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
===================================================================
--- chrome/common/extensions/extension_file_util_unittest.cc (revision 184354)
+++ chrome/common/extensions/extension_file_util_unittest.cc (working copy)
@@ -300,7 +300,7 @@
base::FilePath expected_path(test_cases[i].expected_relative_path);
#elif defined(OS_WIN)
base::FilePath expected_path(
- base::UTF8ToWide(test_cases[i].expected_relative_path));
+ UTF8ToWide(test_cases[i].expected_relative_path));
#endif
base::FilePath actual_path =

Powered by Google App Engine
This is Rietveld 408576698