| Index: chrome/browser/ui/views/find_bar_host.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_host.cc b/chrome/browser/ui/views/find_bar_host.cc
|
| index fe7e3fa029a891c3fc6c7185bb3d5f814355ec6b..066b016be0632b8b8becd1665ee92108fcf12b93 100644
|
| --- a/chrome/browser/ui/views/find_bar_host.cc
|
| +++ b/chrome/browser/ui/views/find_bar_host.cc
|
| @@ -16,8 +16,8 @@
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/tab_contents/tab_contents_view.h"
|
| #include "ui/base/keycodes/keyboard_codes.h"
|
| -#include "views/focus/external_focus_tracker.h"
|
| -#include "views/focus/view_storage.h"
|
| +#include "ui/views/focus/external_focus_tracker.h"
|
| +#include "ui/views/focus/view_storage.h"
|
| #include "views/widget/root_view.h"
|
| #include "views/widget/widget.h"
|
|
|
|
|