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

Unified Diff: chrome/browser/ui/webui/extensions/pack_extension_handler.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/browser/ui/webui/extensions/pack_extension_handler.cc
diff --git a/chrome/browser/ui/webui/extensions/pack_extension_handler.cc b/chrome/browser/ui/webui/extensions/pack_extension_handler.cc
index a69cd4d721ce054294c578d32dbd0af42b627148..fe6190810d04a661e93cae5d87dbdbe0bf574eff 100644
--- a/chrome/browser/ui/webui/extensions/pack_extension_handler.cc
+++ b/chrome/browser/ui/webui/extensions/pack_extension_handler.cc
@@ -119,9 +119,9 @@ void PackExtensionHandler::HandlePackMessage(const ListValue* args) {
int run_flags = static_cast<int>(flags_double);
base::FilePath root_directory =
- base::FilePath::FromWStringHack(UTF8ToWide(extension_path_));
+ base::FilePath::FromWStringHack(base::UTF8ToWide(extension_path_));
base::FilePath key_file =
- base::FilePath::FromWStringHack(UTF8ToWide(private_key_path_));
+ base::FilePath::FromWStringHack(base::UTF8ToWide(private_key_path_));
if (root_directory.empty()) {
if (extension_path_.empty()) {
« no previous file with comments | « chrome/browser/ui/webui/extensions/install_extension_handler.cc ('k') | chrome/browser/ui/webui/fileicon_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698