| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index 21b2dfdb8a706259dbfb2aca4ebe1c178cfcb74b..ddbbe0b899da3e94724e554e8c360f1cbaad5e7f 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -20,7 +20,6 @@
|
| #include "chrome/browser/extensions/location_bar_controller.h"
|
| #include "chrome/browser/extensions/tab_helper.h"
|
| #include "chrome/browser/favicon/favicon_tab_helper.h"
|
| -#include "chrome/browser/instant/instant_controller.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/search_engines/template_url.h"
|
| #include "chrome/browser/search_engines/template_url_service.h"
|
| @@ -1260,7 +1259,7 @@ bool LocationBarView::SkipDefaultKeyEventProcessing(
|
| return true;
|
| }
|
|
|
| - // Tab while showing instant commits instant immediately.
|
| + // Tab while showing Instant commits instant immediately.
|
| // Return true so that focus traversal isn't attempted. The edit ends
|
| // up doing nothing in this case.
|
| if (location_entry_->model()->AcceptCurrentInstantPreview())
|
|
|