| Index: content/renderer/pepper/host_var_tracker.h
|
| ===================================================================
|
| --- content/renderer/pepper/host_var_tracker.h (revision 213482)
|
| +++ content/renderer/pepper/host_var_tracker.h (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_PLUGINS_PPAPI_HOST_VAR_TRACKER_H_
|
| -#define WEBKIT_PLUGINS_PPAPI_HOST_VAR_TRACKER_H_
|
| +#ifndef CONTENT_RENDERER_PEPPER_HOST_VAR_TRACKER_H_
|
| +#define CONTENT_RENDERER_PEPPER_HOST_VAR_TRACKER_H_
|
|
|
| #include <map>
|
|
|
| @@ -13,11 +13,11 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/memory/ref_counted.h"
|
| +#include "content/common/content_export.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/shared_impl/host_resource.h"
|
| #include "ppapi/shared_impl/resource_tracker.h"
|
| #include "ppapi/shared_impl/var_tracker.h"
|
| -#include "webkit/plugins/webkit_plugins_export.h"
|
|
|
| typedef struct NPObject NPObject;
|
|
|
| @@ -52,7 +52,7 @@
|
|
|
| // Returns the number of NPObjectVar's associated with the given instance.
|
| // Returns 0 if the instance isn't known.
|
| - WEBKIT_PLUGINS_EXPORT int GetLiveNPObjectVarsForInstance(
|
| + CONTENT_EXPORT int GetLiveNPObjectVarsForInstance(
|
| PP_Instance instance) const;
|
|
|
| // VarTracker public implementation.
|
| @@ -107,4 +107,4 @@
|
| } // namespace ppapi
|
| } // namespace webkit
|
|
|
| -#endif // WEBKIT_PLUGINS_PPAPI_HOST_VAR_TRACKER_H_
|
| +#endif // CONTENT_RENDERER_PEPPER_HOST_VAR_TRACKER_H_
|
|
|