| Index: chrome/browser/history/select_favicon_frames_unittest.cc
|
| diff --git a/chrome/browser/history/select_favicon_frames_unittest.cc b/chrome/browser/history/select_favicon_frames_unittest.cc
|
| index 6936eceb66807b17882abfb65ac86fdb566ea3b3..d6e2fe9c00207aedba18fc549e362c67692525dd 100644
|
| --- a/chrome/browser/history/select_favicon_frames_unittest.cc
|
| +++ b/chrome/browser/history/select_favicon_frames_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/history/select_favicon_frames.h"
|
| +#include "components/favicon_base/select_favicon_frames.h"
|
|
|
| -#include "ui/base/layout.h"
|
| -#include "ui/gfx/image/image_skia.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| +#include "ui/base/layout.h"
|
| +#include "ui/gfx/image/image_skia.h"
|
|
|
| using std::vector;
|
|
|
|
|