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

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

Issue 19894003: Move webplugininfo.h to content/public. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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: content/public/common/pepper_plugin_info.h
===================================================================
--- content/public/common/pepper_plugin_info.h (revision 212806)
+++ content/public/common/pepper_plugin_info.h (working copy)
@@ -10,8 +10,8 @@
#include "base/files/file_path.h"
#include "content/common/content_export.h"
+#include "content/public/common/webplugininfo.h"
#include "webkit/plugins/ppapi/plugin_module.h"
-#include "webkit/plugins/webplugininfo.h"
namespace content {
@@ -19,7 +19,7 @@
PepperPluginInfo();
~PepperPluginInfo();
- webkit::WebPluginInfo ToWebPluginInfo() const;
+ WebPluginInfo ToWebPluginInfo() const;
// Indicates internal plugins for which there's not actually a library.
// These plugins are implemented in the Chrome binary using a separate set
@@ -38,7 +38,7 @@
std::string name;
std::string description;
std::string version;
- std::vector<webkit::WebPluginMimeType> mime_types;
+ std::vector<WebPluginMimeType> mime_types;
// When is_internal is set, this contains the function pointers to the
// entry points for the internal plugins.

Powered by Google App Engine
This is Rietveld 408576698