| Index: content/renderer/pepper/resource_creation_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper/resource_creation_impl.h (revision 213482)
|
| +++ content/renderer/pepper/resource_creation_impl.h (working copy)
|
| @@ -2,13 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_
|
| -#define WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_PEPPER_RESOURCE_CREATION_IMPL_H_
|
| +#define CONTENT_RENDERER_PEPPER_RESOURCE_CREATION_IMPL_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "ppapi/thunk/resource_creation_api.h"
|
| -#include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| namespace webkit {
|
| namespace ppapi {
|
| @@ -19,8 +18,7 @@
|
| // "old-style" resources are handled here. See
|
| // content/renderer/pepper/pepper_in_process_resource_creation.h for functions
|
| // that implement "new-style" resources.
|
| -class WEBKIT_PLUGINS_EXPORT ResourceCreationImpl
|
| - : public NON_EXPORTED_BASE(::ppapi::thunk::ResourceCreationAPI) {
|
| +class ResourceCreationImpl : public ::ppapi::thunk::ResourceCreationAPI {
|
| public:
|
| explicit ResourceCreationImpl(PluginInstanceImpl* instance);
|
| virtual ~ResourceCreationImpl();
|
| @@ -150,4 +148,4 @@
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|
| -#endif // WEBKIT_PLUGINS_PPAPI_RESOURCE_CREATION_IMPL_H_
|
| +#endif // CONTENT_RENDERER_PEPPER_RESOURCE_CREATION_IMPL_H_
|
|
|