chromium/chrome/browser/ui/lens/lens_search_bubble_controller.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_UI_LENS_LENS_SEARCH_BUBBLE_CONTROLLER_H_
#define CHROME_BROWSER_UI_LENS_LENS_SEARCH_BUBBLE_CONTROLLER_H_

#include "base/memory/weak_ptr.h"

namespace content {
class WebContents;
}

class LensOverlayController;
class RealboxHandler;
class WebUIBubbleDialogView;

namespace lens {

// Manages the SearchBubble instance for a lens overlay.
class LensSearchBubbleController {};

}  // namespace lens

#endif  // CHROME_BROWSER_UI_LENS_LENS_SEARCH_BUBBLE_CONTROLLER_H_