Index: ui/views/bubble/bubble_delegate.h |
diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h |
index 071db33c005ce83206d0b404c4c886647f66f570..c534273dd6f135982601a1f6b895b31b0d157b71 100644 |
--- a/ui/views/bubble/bubble_delegate.h |
+++ b/ui/views/bubble/bubble_delegate.h |
@@ -150,8 +150,8 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView, |
BubbleFrameView* GetBubbleFrameView() const; |
private: |
- FRIEND_TEST_ALL_PREFIXES(BubbleFrameViewTest, NonClientHitTest); |
FRIEND_TEST_ALL_PREFIXES(BubbleDelegateTest, CreateDelegate); |
+ FRIEND_TEST_ALL_PREFIXES(BubbleDelegateTest, NonClientHitTest); |
// Update the bubble color from |theme|, unless it was explicitly set. |
void UpdateColorsFromTheme(const ui::NativeTheme* theme); |