| Index: chrome/browser/ui/views/frame/instant_overlay_controller_views.cc
|
| diff --git a/chrome/browser/ui/views/frame/instant_overlay_controller_views.cc b/chrome/browser/ui/views/frame/instant_overlay_controller_views.cc
|
| index ef8fdbbe479d84dc107a6eeef338cad1dbc910d0..097d41593adf896661b44393c58c4b2a8c118da4 100644
|
| --- a/chrome/browser/ui/views/frame/instant_overlay_controller_views.cc
|
| +++ b/chrome/browser/ui/views/frame/instant_overlay_controller_views.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "chrome/browser/ui/views/frame/instant_overlay_controller_views.h"
|
|
|
| -#include "chrome/browser/instant/instant_overlay_model.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| +#include "chrome/browser/ui/search/instant_overlay_model.h"
|
| #include "chrome/browser/ui/view_ids.h"
|
| #include "chrome/browser/ui/views/frame/browser_view.h"
|
| #include "chrome/browser/ui/views/frame/contents_container.h"
|
|
|