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

Unified Diff: chrome/browser/history/history_backend.h

Issue 370603003: Code cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cancelable_task_tracker.7
Patch Set: Rebase Created 6 years, 5 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: chrome/browser/history/history_backend.h
diff --git a/chrome/browser/history/history_backend.h b/chrome/browser/history/history_backend.h
index e0cafd17dd4f0828cd89b3771073091aa0a82e8f..d4f96ed7e8269b3a4e01d1cfae6afb8d6dfc40dc 100644
--- a/chrome/browser/history/history_backend.h
+++ b/chrome/browser/history/history_backend.h
@@ -38,6 +38,7 @@ struct ThumbnailScore;
namespace base {
class MessageLoop;
+class SingleThreadTaskRunner;
}
namespace history {
@@ -50,8 +51,8 @@ struct DownloadRow;
class HistoryClient;
class HistoryDBTask;
class InMemoryHistoryBackend;
-class VisitFilter;
class TypedUrlSyncableService;
+class VisitFilter;
// The maximum number of icons URLs per page which can be stored in the
// thumbnail database.
« no previous file with comments | « chrome/browser/history/android/sqlite_cursor_unittest.cc ('k') | chrome/browser/history/history_marshaling_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698