| Index: components/history/core/browser/top_sites_database.cc
|
| diff --git a/chrome/browser/history/top_sites_database.cc b/components/history/core/browser/top_sites_database.cc
|
| similarity index 99%
|
| rename from chrome/browser/history/top_sites_database.cc
|
| rename to components/history/core/browser/top_sites_database.cc
|
| index 1fe4c25bdd1c9e4ac9353a012bbd6989a904d7d8..110aa6f6cb8d6e6b4e723e6624532e5ab2d6e7de 100644
|
| --- a/chrome/browser/history/top_sites_database.cc
|
| +++ b/components/history/core/browser/top_sites_database.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/history/top_sites_database.h"
|
| +#include "components/history/core/browser/top_sites_database.h"
|
|
|
| #include "base/files/file_util.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/string_util.h"
|
| -#include "chrome/browser/history/top_sites.h"
|
| #include "components/history/core/browser/history_types.h"
|
| +#include "components/history/core/browser/top_sites.h"
|
| #include "components/history/core/common/thumbnail_score.h"
|
| #include "sql/connection.h"
|
| #include "sql/recovery.h"
|
|
|