#ifndef PPAPI_PROXY_PLUGIN_VAR_TRACKER_H_
#define PPAPI_PROXY_PLUGIN_VAR_TRACKER_H_
#include <map>
#include "base/compiler_specific.h"
#include "base/memory/scoped_refptr.h"
#include "base/memory/unsafe_shared_memory_region.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
#include "ppapi/proxy/ppapi_proxy_export.h"
#include "ppapi/shared_impl/var_tracker.h"
namespace base {
template<typename T> struct DefaultSingletonTraits;
}
struct PPP_Class_Deprecated;
namespace ppapi {
class ProxyObjectVar;
namespace proxy {
class PluginDispatcher;
class PPAPI_PROXY_EXPORT PluginVarTracker : public VarTracker { … };
}
}
#endif