Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4446)

Unified Diff: chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc

Issue 1759453002: Convert location bar bubble delegates to bubble dialog delegates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ImmersiveFullscreenController Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc
diff --git a/chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc b/chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc
index 9a0b9691d40ebe6fedd5ca0406c767ef0187e108..329954e993233b68c4b231a009b1e850491c8751 100644
--- a/chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc
+++ b/chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc
@@ -147,7 +147,7 @@ class TranslateBubbleViewTest : public views::ViewsTestBase {
bubble_ = new TranslateBubbleView(anchor_widget_->GetContentsView(),
std::move(model),
translate::TranslateErrors::NONE, NULL);
- views::BubbleDelegateView::CreateBubble(bubble_)->Show();
+ views::BubbleDialogDelegateView::CreateBubble(bubble_)->Show();
}
void TearDown() override {

Powered by Google App Engine
This is Rietveld 408576698