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

Unified Diff: components/history/core/browser/visitsegment_database.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 | « components/history/core/browser/visit_tracker_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/browser/visitsegment_database.h
diff --git a/components/history/core/browser/visitsegment_database.h b/components/history/core/browser/visitsegment_database.h
index a2aa156d8b96f50d2f01cc67f67e02593412d7f1..1bac890f0808fc87bf419fab642f02716472aced 100644
--- a/components/history/core/browser/visitsegment_database.h
+++ b/components/history/core/browser/visitsegment_database.h
@@ -8,14 +8,14 @@
#include "base/basictypes.h"
#include "components/history/core/browser/history_types.h"
-class PageUsageData;
-
namespace sql {
class Connection;
}
namespace history {
+class PageUsageData;
+
// Tracks pages used for the most visited view.
class VisitSegmentDatabase {
public:
« no previous file with comments | « components/history/core/browser/visit_tracker_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698