#ifndef CONTENT_BROWSER_COMPUTE_PRESSURE_WEB_CONTENTS_PRESSURE_MANAGER_PROXY_H_
#define CONTENT_BROWSER_COMPUTE_PRESSURE_WEB_CONTENTS_PRESSURE_MANAGER_PROXY_H_
#include <optional>
#include "base/containers/flat_map.h"
#include "base/memory/weak_ptr.h"
#include "base/unguessable_token.h"
#include "content/common/content_export.h"
#include "content/public/browser/web_contents_user_data.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "services/device/public/mojom/pressure_manager.mojom.h"
#include "services/device/public/mojom/pressure_update.mojom-shared.h"
namespace content {
class ScopedVirtualPressureSourceForDevTools;
class CONTENT_EXPORT WebContentsPressureManagerProxy final
: public WebContentsUserData<WebContentsPressureManagerProxy> { … };
class CONTENT_EXPORT ScopedVirtualPressureSourceForDevTools final { … };
}
#endif