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

Unified Diff: chrome/browser/ui/browser_navigator_browsertest.cc

Issue 10810062: Moving common code into OmniboxView from OmniboxView* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename GetTextLength to allow reasoning about win version" Created 8 years, 5 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/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.

Powered by Google App Engine
This is Rietveld 408576698