#ifndef CONTENT_PUBLIC_BROWSER_CLIENT_HINTS_CONTROLLER_DELEGATE_H_
#define CONTENT_PUBLIC_BROWSER_CLIENT_HINTS_CONTROLLER_DELEGATE_H_
#include <memory>
#include "base/time/time.h"
#include "content/common/content_export.h"
#include "content/public/browser/browser_context.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "third_party/blink/public/common/client_hints/enabled_client_hints.h"
#include "ui/gfx/geometry/size_f.h"
#include "url/origin.h"
class GURL;
namespace blink {
class EnabledClientHints;
struct UserAgentMetadata;
}
namespace network {
class NetworkQualityTracker;
}
namespace content {
class RenderFrameHost;
class CONTENT_EXPORT ClientHintsControllerDelegate { … };
}
#endif