Index: chrome/browser/history/history_service.h |
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h |
index 267e82eca125117bed54288e60f4107a4ecb70e3..5a8a05ece5fb0fd55491672aaa01fdb16ed6b493 100644 |
--- a/chrome/browser/history/history_service.h |
+++ b/chrome/browser/history/history_service.h |
@@ -53,10 +53,6 @@ class FilePath; |
class Thread; |
} |
-namespace safe_browsing { |
-class LastDownloadFinder; |
-} |
- |
namespace visitedlink { |
class VisitedLinkMaster; |
} |
@@ -543,7 +539,6 @@ class HistoryService : public content::NotificationObserver, |
friend class HistoryURLProviderTest; |
friend class history::InMemoryURLIndexTest; |
template<typename Info, typename Callback> friend class DownloadRequest; |
- friend class safe_browsing::LastDownloadFinder; |
friend class PageUsageRequest; |
friend class RedirectRequest; |
friend class SyncBookmarkDataTypeControllerTest; |
@@ -858,9 +853,6 @@ class HistoryService : public content::NotificationObserver, |
a, b, c, d, e)); |
} |
- // TODO(sdefresne): http://crbug.com/430070 remove this method. |
- Profile* profile() { return profile_; } |
- |
base::ThreadChecker thread_checker_; |
content::NotificationRegistrar registrar_; |