summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/location_bar_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/location_bar_view.cc')
-rw-r--r--chrome/browser/views/location_bar_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/location_bar_view.cc b/chrome/browser/views/location_bar_view.cc
index f5abaa0..396883c 100644
--- a/chrome/browser/views/location_bar_view.cc
+++ b/chrome/browser/views/location_bar_view.cc
@@ -835,7 +835,7 @@ void LocationBarView::ShowFirstRunBubbleInternal() {
if (UILayoutIsRightToLeft())
bounds.set_x(location.x() - 20);
- FirstRunBubble::Show(
+ FirstRunBubble::Show(profile_,
location_entry_view_->GetRootView()->GetWidget()->GetHWND(),
bounds);
}