| Index: components/favicon/core/favicon_service.cc
|
| diff --git a/components/favicon/core/browser/favicon_service.cc b/components/favicon/core/favicon_service.cc
|
| similarity index 99%
|
| rename from components/favicon/core/browser/favicon_service.cc
|
| rename to components/favicon/core/favicon_service.cc
|
| index f0173e41e6e08e63e3bc46c7321cb292136f53c4..b455f1e549b0265514a2a20fd68ffe883013e1c3 100644
|
| --- a/components/favicon/core/browser/favicon_service.cc
|
| +++ b/components/favicon/core/favicon_service.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/favicon/core/browser/favicon_service.h"
|
| +#include "components/favicon/core/favicon_service.h"
|
|
|
| #include <cmath>
|
|
|
| #include "base/hash.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/thread_task_runner_handle.h"
|
| -#include "components/favicon/core/browser/favicon_client.h"
|
| +#include "components/favicon/core/favicon_client.h"
|
| #include "components/favicon_base/favicon_util.h"
|
| #include "components/favicon_base/select_favicon_frames.h"
|
| #include "components/history/core/browser/history_service.h"
|
|
|