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

Unified Diff: content/renderer/browser_plugin/browser_plugin_constants.cc

Issue 10413068: Browser Plugin: Fix multi-platform use of FilePath. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « content/renderer/browser_plugin/browser_plugin_constants.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/browser_plugin/browser_plugin_constants.cc
diff --git a/content/renderer/browser_plugin/browser_plugin_constants.cc b/content/renderer/browser_plugin/browser_plugin_constants.cc
index 9e62b9ef594d9aa561b42de35943a97575678433..43b37e604e6715300f0b207bdde8738044d1cbcc 100644
--- a/content/renderer/browser_plugin/browser_plugin_constants.cc
+++ b/content/renderer/browser_plugin/browser_plugin_constants.cc
@@ -6,5 +6,6 @@
const char kBrowserPluginName[] = "Browser Plugin";
const char kBrowserPluginMimeType[] = "application/browser-plugin";
-const char kBrowserPluginPath[] = "internal/browser-plugin";
+const FilePath::CharType kBrowserPluginPath[] =
+ FILE_PATH_LITERAL("internal/browser-plugin");
const char kBrowserPluginDescription[] = "Out-of-Process Browser Plugin";
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698