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

Unified Diff: content/public/common/pepper_plugin_info.h

Issue 12286020: Replace FilePath with base::FilePath. (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
« no previous file with comments | « content/public/common/file_chooser_params.h ('k') | content/public/test/browser_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/pepper_plugin_info.h
diff --git a/content/public/common/pepper_plugin_info.h b/content/public/common/pepper_plugin_info.h
index 207295de3a7ae0aef9442069661d72b73b0c00fa..057b046918b0743459d5b0c9af87bd8642384eba 100644
--- a/content/public/common/pepper_plugin_info.h
+++ b/content/public/common/pepper_plugin_info.h
@@ -34,7 +34,7 @@ struct CONTENT_EXPORT PepperPluginInfo {
// Defaults to true.
bool is_sandboxed;
- FilePath path; // Internal plugins have "internal-[name]" as path.
+ base::FilePath path; // Internal plugins have "internal-[name]" as path.
std::string name;
std::string description;
std::string version;
« no previous file with comments | « content/public/common/file_chooser_params.h ('k') | content/public/test/browser_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698