Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: components/history/core/browser/top_sites_database.cc

Issue 870063002: Componentize TopSites, TopSitesBackend, TopSitesDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@815983002
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698