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

Unified Diff: components/history/core/browser/history_backend.h

Issue 2511973004: components: Cleanup class/struct fwd declarations (Closed)
Patch Set: Rebase on top of current master branch Created 4 years, 1 month 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/history_backend.h
diff --git a/components/history/core/browser/history_backend.h b/components/history/core/browser/history_backend.h
index 130d9b7b614085893230f11d58d2106102820da7..23ac9a775dfa35fc772831250dc8a0e9d0c62127 100644
--- a/components/history/core/browser/history_backend.h
+++ b/components/history/core/browser/history_backend.h
@@ -34,11 +34,8 @@
#include "components/history/core/browser/visit_tracker.h"
#include "sql/init_status.h"
-class HistoryURLProvider;
-struct HistoryURLProviderParams;
class SkBitmap;
class TestingProfile;
-struct ThumbnailScore;
namespace base {
class SingleThreadTaskRunner;
@@ -53,11 +50,11 @@ class HistoryBackendObserver;
class HistoryBackendTest;
class HistoryDatabase;
struct HistoryDatabaseParams;
-struct HistoryDetails;
class HistoryDBTask;
class InMemoryHistoryBackend;
class TypedUrlSyncableService;
class HistoryBackendHelper;
+class URLDatabase;
// The maximum number of icons URLs per page which can be stored in the
// thumbnail database.
« no previous file with comments | « components/guest_view/browser/guest_view_message_filter.h ('k') | components/history/core/browser/history_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698