chromium/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h

// Copyright 2012 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_VIEWS_BOOKMARKS_BOOKMARK_BUBBLE_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_BUBBLE_VIEW_H_

#include <memory>

#include "chrome/browser/ui/signin/bubble_signin_promo_delegate.h"
#include "ui/base/interaction/element_identifier.h"

class GURL;
class Browser;
class Profile;

namespace content {
class WebContents;
}  // namespace content

namespace gfx {
class Image;
}

namespace image_fetcher {
struct RequestMetadata;
}

namespace views {
class BubbleDialogDelegate;
class Button;
class View;
}

DECLARE_ELEMENT_IDENTIFIER_VALUE();
DECLARE_ELEMENT_IDENTIFIER_VALUE();
DECLARE_ELEMENT_IDENTIFIER_VALUE();
DECLARE_ELEMENT_IDENTIFIER_VALUE();

// BookmarkBubbleView provides a dialog for unstarring and editing the bookmark
// it is created with. The dialog is created using the static ShowBubble method.
class BookmarkBubbleView {};

#endif  // CHROME_BROWSER_UI_VIEWS_BOOKMARKS_BOOKMARK_BUBBLE_VIEW_H_