chromium/out/Default/gen/content/browser/devtools/protocol/memory.h

// This file is generated by TypeBuilder_h.template.

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef content_protocol_Memory_h
#define content_protocol_Memory_h

#include "content/common/content_export.h"
#include "content/browser/devtools/protocol/protocol.h"
// For each imported domain we generate a ValueConversions struct instead of a full domain definition
// and include Domain::API version from there.

namespace content {
namespace protocol {
namespace Memory {
PressureLevel;
class SamplingProfileNode;
class SamplingProfile;
class Module;
class DOMCounter;

// ------------- Forward and enum declarations.

namespace PressureLevelEnum {
CONTENT_EXPORT extern const char Moderate[];
CONTENT_EXPORT extern const char Critical[];
} // namespace PressureLevelEnum

// ------------- Type and builder declarations.

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> {};


// ------------- Backend interface.

class CONTENT_EXPORT Backend {};

// ------------- Frontend interface.

class CONTENT_EXPORT Frontend {};

// ------------- Dispatcher.

class CONTENT_EXPORT Dispatcher {};

// ------------- Metainfo.

class CONTENT_EXPORT Metainfo {};

} // namespace Memory
} // namespace content
} // namespace protocol

#endif // !defined(content_protocol_Memory_h)