chromium/chrome/browser/dips/chrome_dips_delegate.h

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

#ifndef CHROME_BROWSER_DIPS_CHROME_DIPS_DELEGATE_H_
#define CHROME_BROWSER_DIPS_CHROME_DIPS_DELEGATE_H_

#include <memory>
#include <string>
#include <vector>

#include "base/functional/callback_forward.h"
#include "content/public/browser/dips_delegate.h"

namespace content {
class BrowserContext;
}

class ChromeContentBrowserClient;

class ChromeDipsDelegate : public content::DipsDelegate {};

#endif  // CHROME_BROWSER_DIPS_CHROME_DIPS_DELEGATE_H_