Index: ios/chrome/app/resources/history/history.js |
diff --git a/ios/chrome/app/resources/history/history.js b/ios/chrome/app/resources/history/history.js |
index e5f6b26cf89d7f4c8fa67a620aa7bd967a12f7fa..2fd594b9b36f97b16bc8209cc7156634b018fdc0 100644 |
--- a/ios/chrome/app/resources/history/history.js |
+++ b/ios/chrome/app/resources/history/history.js |
@@ -44,7 +44,7 @@ var SupervisedUserFilteringBehavior = { |
/** |
* The type of the history result object. The definition is based on |
- * chrome/browser/ui/webui/history_ui.cc: |
+ * chrome/browser/ui/webui/history_ui.mm: |
* BrowsingHistoryHandler::HistoryEntry::ToValue() |
* @typedef {{allTimestamps: Array<number>, |
* blockedVisit: (boolean|undefined), |
@@ -65,7 +65,7 @@ var HistoryEntry; |
/** |
* The type of the history results info object. The definition is based on |
- * chrome/browser/ui/webui/history_ui.cc: |
+ * chrome/browser/ui/webui/history_ui.mm: |
* BrowsingHistoryHandler::QueryComplete() |
* @typedef {{finished: boolean, |
* hasSyncedResults: (boolean|undefined), |