#ifndef content_protocol_Memory_h
#define content_protocol_Memory_h
#include "content/common/content_export.h"
#include "content/browser/devtools/protocol/protocol.h"
namespace content {
namespace protocol {
namespace Memory {
PressureLevel;
class SamplingProfileNode;
class SamplingProfile;
class Module;
class DOMCounter;
namespace PressureLevelEnum {
CONTENT_EXPORT extern const char Moderate[];
CONTENT_EXPORT extern const char Critical[];
}
class CONTENT_EXPORT SamplingProfileNode : public ::crdtp::ProtocolObject<SamplingProfileNode> { … };
class CONTENT_EXPORT SamplingProfile : public ::crdtp::ProtocolObject<SamplingProfile> { … };
class CONTENT_EXPORT Module : public ::crdtp::ProtocolObject<Module> { … };
class CONTENT_EXPORT DOMCounter : public ::crdtp::ProtocolObject<DOMCounter> { … };
class CONTENT_EXPORT Backend { … };
class CONTENT_EXPORT Frontend { … };
class CONTENT_EXPORT Dispatcher { … };
class CONTENT_EXPORT Metainfo { … };
}
}
}
#endif