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

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

Issue 896093004: Cleanup usage of history namespace in components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/jumplist_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_service.h
diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
index 7a6535ae61db98369a7e535838943201675415ad..e38b78cc8ac45f4089a2d43a12d5dbbf17d0ea81 100644
--- a/chrome/browser/history/history_service.h
+++ b/chrome/browser/history/history_service.h
@@ -39,7 +39,6 @@ class AndroidHistoryProviderService;
#endif
class GURL;
-class PageUsageData;
class PageUsageRequest;
class Profile;
struct ImportedFaviconUsage;
@@ -56,22 +55,23 @@ class VisitedLinkMaster;
namespace history {
+struct DownloadRow;
+struct HistoryAddPageArgs;
class HistoryBackend;
class HistoryClient;
+class HistoryDBTask;
class HistoryDatabase;
struct HistoryDatabaseParams;
-class HistoryDBTask;
class HistoryQueryTest;
class HistoryServiceObserver;
class HistoryTest;
class InMemoryHistoryBackend;
class InMemoryURLIndex;
class InMemoryURLIndexTest;
+struct KeywordSearchTermVisit;
+class PageUsageData;
class URLDatabase;
class VisitFilter;
-struct DownloadRow;
-struct HistoryAddPageArgs;
-struct KeywordSearchTermVisit;
} // namespace history
@@ -85,7 +85,7 @@ class HistoryService : public syncer::SyncableService,
public visitedlink::VisitedLinkDelegate {
public:
// Miscellaneous commonly-used types.
- typedef std::vector<PageUsageData*> PageUsageDataList;
+ typedef std::vector<history::PageUsageData*> PageUsageDataList;
// Must call Init after construction. The |history::HistoryClient| object
// must be valid for the whole lifetime of |HistoryService|.
« no previous file with comments | « no previous file | chrome/browser/jumplist_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698