Index: content/public/renderer/ppapi_plugin_instance.h |
=================================================================== |
--- content/public/renderer/ppapi_plugin_instance.h (revision 213482) |
+++ content/public/renderer/ppapi_plugin_instance.h (working copy) |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_PLUGINS_PPAPI_PPAPI_PLUGIN_INSTANCE_H_ |
-#define WEBKIT_PLUGINS_PPAPI_PPAPI_PLUGIN_INSTANCE_H_ |
+#ifndef CONTENT_PUBLIC_PPAPI_PLUGIN_INSTANCE_H_ |
+#define CONTENT_PUBLIC_PPAPI_PLUGIN_INSTANCE_H_ |
#include "base/basictypes.h" |
#include "base/process/process_handle.h" |
+#include "content/common/content_export.h" |
#include "ppapi/c/pp_resource.h" |
#include "ppapi/c/private/ppb_instance_private.h" |
-#include "webkit/plugins/webkit_plugins_export.h" |
class GURL; |
@@ -45,7 +45,7 @@ |
class PluginInstance { |
public: |
- static WEBKIT_PLUGINS_EXPORT PluginInstance* Get(PP_Instance instance_id); |
+ static CONTENT_EXPORT PluginInstance* Get(PP_Instance instance_id); |
virtual ~PluginInstance() {} |
@@ -102,4 +102,4 @@ |
} // namespace ppapi |
} // namespace webkit |
-#endif // WEBKIT_PLUGINS_PPAPI_PPAPI_PLUGIN_INSTANCE_H_ |
+#endif // CONTENT_PUBLIC_PPAPI_PLUGIN_INSTANCE_H_ |