| 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:
|
|
|