Index: chrome/browser/favicon/favicon_handler_unittest.cc |
diff --git a/chrome/browser/favicon/favicon_handler_unittest.cc b/chrome/browser/favicon/favicon_handler_unittest.cc |
index e8ce4fe14e719fe899664c0272ed1e8f1d0d9cee..6074c04a0ce3fcaa74973356e75fab4e1e611ee3 100644 |
--- a/chrome/browser/favicon/favicon_handler_unittest.cc |
+++ b/chrome/browser/favicon/favicon_handler_unittest.cc |
@@ -2,17 +2,17 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/favicon/favicon_handler.h" |
+#include "components/favicon/core/browser/favicon_handler.h" |
#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/favicon/chrome_favicon_client.h" |
#include "chrome/browser/favicon/chrome_favicon_client_factory.h" |
-#include "chrome/browser/favicon/favicon_service.h" |
#include "chrome/browser/favicon/favicon_service_factory.h" |
#include "chrome/browser/favicon/favicon_tab_helper.h" |
#include "chrome/browser/history/history_service_factory.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/test/base/chrome_render_view_host_test_harness.h" |
+#include "components/favicon/core/browser/favicon_service.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
#include "ui/gfx/codec/png_codec.h" |
#include "ui/gfx/favicon_size.h" |