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

Unified Diff: chrome/browser/ui/webui/extensions/install_extension_handler.h

Issue 1129103006: Converting file_display_name_ type from base::string16 to base::FilePath. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes as per review comments. Created 5 years, 7 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 | « no previous file | chrome/browser/ui/webui/extensions/install_extension_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/extensions/install_extension_handler.h
diff --git a/chrome/browser/ui/webui/extensions/install_extension_handler.h b/chrome/browser/ui/webui/extensions/install_extension_handler.h
index eba03642fb6512221c7dd04bc7d17bede48917ed..e77d45dff34be867dfd948108bede6ef34f803f0 100644
--- a/chrome/browser/ui/webui/extensions/install_extension_handler.h
+++ b/chrome/browser/ui/webui/extensions/install_extension_handler.h
@@ -52,7 +52,7 @@ class InstallExtensionHandler : public content::WebUIMessageHandler {
// The path to the file that will be installed when HandleInstallMessage() is
// called.
base::FilePath file_to_install_;
- base::string16 file_display_name_;
+ base::FilePath file_display_name_;
DISALLOW_COPY_AND_ASSIGN(InstallExtensionHandler);
};
« no previous file with comments | « no previous file | chrome/browser/ui/webui/extensions/install_extension_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698