Index: components/history/core/browser/history_types.h |
diff --git a/components/history/core/browser/history_types.h b/components/history/core/browser/history_types.h |
index d27f1e86b3f03a89d33f5f4587db3c6288a95bdb..a49ee300a01edb365c43b488bdf374619295e71c 100644 |
--- a/components/history/core/browser/history_types.h |
+++ b/components/history/core/browser/history_types.h |
@@ -507,13 +507,6 @@ struct FaviconBitmap { |
gfx::Size pixel_size; |
}; |
-// Abbreviated information about a visit. |
-struct BriefVisitInfo { |
- URLID url_id; |
- base::Time time; |
- ui::PageTransition transition; |
-}; |
- |
struct ExpireHistoryArgs { |
ExpireHistoryArgs(); |
~ExpireHistoryArgs(); |