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

Unified Diff: webkit/plugins/ppapi/ppb_file_ref_impl.h

Issue 14720012: Relanding this as the previous attempt failed due to build errors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | « webkit/plugins/plugin_switches.h ('k') | webkit/plugins/ppapi/ppb_scrollbar_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_file_ref_impl.h
===================================================================
--- webkit/plugins/ppapi/ppb_file_ref_impl.h (revision 200310)
+++ webkit/plugins/ppapi/ppb_file_ref_impl.h (working copy)
@@ -16,8 +16,8 @@
#include "ppapi/shared_impl/ppb_file_ref_shared.h"
#include "ppapi/shared_impl/scoped_pp_resource.h"
#include "ppapi/shared_impl/var.h"
-#include "webkit/glue/webkit_glue_export.h"
#include "webkit/plugins/ppapi/file_callbacks.h"
+#include "webkit/plugins/webkit_plugins_export.h"
namespace webkit {
namespace ppapi {
@@ -26,7 +26,7 @@
class PPB_FileSystem_Impl;
-class WEBKIT_GLUE_EXPORT PPB_FileRef_Impl
+class WEBKIT_PLUGINS_EXPORT PPB_FileRef_Impl
: public ::ppapi::PPB_FileRef_Shared {
public:
PPB_FileRef_Impl(const ::ppapi::PPB_FileRef_CreateInfo& info,
« no previous file with comments | « webkit/plugins/plugin_switches.h ('k') | webkit/plugins/ppapi/ppb_scrollbar_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698