| Index: chrome/browser/ui/views/location_bar/star_view_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/star_view_browsertest.cc b/chrome/browser/ui/views/location_bar/star_view_browsertest.cc
|
| index 5b87d09c6c63019245f2b8722ebd1cf4f2832f10..dcf652ed79fa12d6d708125672a9d119f1a65f7c 100644
|
| --- a/chrome/browser/ui/views/location_bar/star_view_browsertest.cc
|
| +++ b/chrome/browser/ui/views/location_bar/star_view_browsertest.cc
|
| @@ -41,8 +41,7 @@ typedef InProcessBrowserTest StarViewTest;
|
| IN_PROC_BROWSER_TEST_F(StarViewTest, MAYBE_HideOnSecondClick) {
|
| BrowserView* browser_view = reinterpret_cast<BrowserView*>(
|
| browser()->window());
|
| - views::View* star_view =
|
| - browser_view->GetToolbarView()->location_bar()->star_view();
|
| + views::View* star_view = browser_view->toolbar()->location_bar()->star_view();
|
|
|
| ui::MouseEvent pressed_event(
|
| ui::ET_MOUSE_PRESSED, gfx::Point(), gfx::Point(), ui::EventTimeForNow(),
|
|
|