Index: chrome/browser/ui/browser_navigator_browsertest.cc |
diff --git a/chrome/browser/ui/browser_navigator_browsertest.cc b/chrome/browser/ui/browser_navigator_browsertest.cc |
index 6e4cc23137fae81d4a48cd8cf108ee686b352b78..3e7f17adbf8aef5636a12c320f32dc5649b1b4a5 100644 |
--- a/chrome/browser/ui/browser_navigator_browsertest.cc |
+++ b/chrome/browser/ui/browser_navigator_browsertest.cc |
@@ -1166,7 +1166,7 @@ IN_PROC_BROWSER_TEST_F(BrowserNavigatorTest, |
chrome::FocusLocationBar(browser()); |
OmniboxEditController* controller = |
- browser()->window()->GetLocationBar()->GetLocationEntry()->model()-> |
+ browser()->window()->GetLocationBar()->GetLocationEntry()->GetModel()-> |
controller(); |
// Simulate an alt-enter. |