diff options
Diffstat (limited to 'chrome/browser/ui/views/pinned_contents_info_bubble.h')
-rw-r--r-- | chrome/browser/ui/views/pinned_contents_info_bubble.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/pinned_contents_info_bubble.h b/chrome/browser/ui/views/pinned_contents_info_bubble.h index 381af56..2de87ab 100644 --- a/chrome/browser/ui/views/pinned_contents_info_bubble.h +++ b/chrome/browser/ui/views/pinned_contents_info_bubble.h @@ -20,7 +20,7 @@ class PinnedContentsBorderContents : public BorderContents { // BorderContents overrides: virtual void SizeAndGetBounds( const gfx::Rect& position_relative_to, // In screen coordinates - views::BubbleBorder::ArrowLocation arrow_location, + BubbleBorder::ArrowLocation arrow_location, bool allow_bubble_offscreen, const gfx::Size& contents_size, gfx::Rect* contents_bounds, // Returned in window coordinates @@ -47,7 +47,7 @@ class PinnedContentsInfoBubble : public Bubble { static PinnedContentsInfoBubble* Show( views::Widget* parent, const gfx::Rect& position_relative_to, - views::BubbleBorder::ArrowLocation arrow_location, + BubbleBorder::ArrowLocation arrow_location, const gfx::Point& bubble_anchor_, views::View* contents, BubbleDelegate* delegate); |