| 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;
|
|
|