| Index: chrome/browser/favicon/favicon_tab_helper.cc
|
| diff --git a/chrome/browser/favicon/favicon_tab_helper.cc b/chrome/browser/favicon/favicon_tab_helper.cc
|
| index a6a2d743d0765f4940c659284a03f81c2343f1c9..2625ee76c3675859b36b4cc8f52218d0a82cbb70 100644
|
| --- a/chrome/browser/favicon/favicon_tab_helper.cc
|
| +++ b/chrome/browser/favicon/favicon_tab_helper.cc
|
| @@ -15,9 +15,9 @@
|
| #include "chrome/browser/search/search.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "components/favicon/core/browser/favicon_handler.h"
|
| -#include "components/favicon/core/browser/favicon_service.h"
|
| -#include "components/favicon/core/browser/favicon_tab_helper_observer.h"
|
| +#include "components/favicon/core/favicon_handler.h"
|
| +#include "components/favicon/core/favicon_service.h"
|
| +#include "components/favicon/core/favicon_tab_helper_observer.h"
|
| #include "components/favicon_base/favicon_types.h"
|
| #include "components/history/core/browser/history_service.h"
|
| #include "content/public/browser/favicon_status.h"
|
|
|