Index: chrome/browser/history/in_memory_url_index_cache.proto |
diff --git a/chrome/browser/history/in_memory_url_index_cache.proto b/chrome/browser/history/in_memory_url_index_cache.proto |
index 3a39e746bf334d738fe0a61462b28eaf59685b64..df2de1b43166224e755a5627f66b76859b3cc6ea 100644 |
--- a/chrome/browser/history/in_memory_url_index_cache.proto |
+++ b/chrome/browser/history/in_memory_url_index_cache.proto |
@@ -57,7 +57,7 @@ message InMemoryURLIndexCacheItem { |
message HistoryInfoMapEntry { |
message VisitInfo { |
required int64 visit_time = 1; |
- // Corresponds to content::PageTransition. |
+ // Corresponds to ui::PageTransition. |
required uint64 transition_type = 2; |
} |
required int64 history_id = 1; |