Index: chrome/browser/ui/gtk/location_bar_view_gtk.cc |
=================================================================== |
--- chrome/browser/ui/gtk/location_bar_view_gtk.cc (revision 145932) |
+++ chrome/browser/ui/gtk/location_bar_view_gtk.cc (working copy) |
@@ -41,6 +41,7 @@ |
#include "chrome/browser/ui/browser_command_controller.h" |
#include "chrome/browser/ui/browser_commands.h" |
#include "chrome/browser/ui/browser_content_setting_bubble_model_delegate.h" |
+#include "chrome/browser/ui/browser_instant_controller.h" |
#include "chrome/browser/ui/browser_list.h" |
#include "chrome/browser/ui/browser_tabstrip.h" |
#include "chrome/browser/ui/content_settings/content_setting_bubble_model.h" |
@@ -664,7 +665,7 @@ |
} |
InstantController* LocationBarViewGtk::GetInstant() { |
- return browser_->instant(); |
+ return browser_->instant_controller()->instant(); |
} |
TabContents* LocationBarViewGtk::GetTabContents() const { |