chromium/chrome/browser/dips/dips_navigation_flow_detector_wrapper.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_DIPS_NAVIGATION_FLOW_DETECTOR_WRAPPER_H_
#define CHROME_BROWSER_DIPS_DIPS_NAVIGATION_FLOW_DETECTOR_WRAPPER_H_

#include "base/memory/weak_ptr.h"

class DipsNavigationFlowDetector;
namespace base {
class CallbackListSubscription;
}
namespace content {
class WebContents;
}
namespace tabs {
class TabInterface;
}

// A wrapper around DipsNavigationFlowDetector for registering with a desktop
// tab in chrome/browser/ui/tabs/tab_features.cc.
class DipsNavigationFlowDetectorWrapper {};

#endif  // CHROME_BROWSER_DIPS_DIPS_NAVIGATION_FLOW_DETECTOR_WRAPPER_H_