Index: chrome/browser/history/history_notifications.h |
=================================================================== |
--- chrome/browser/history/history_notifications.h (revision 19748) |
+++ chrome/browser/history/history_notifications.h (working copy) |
@@ -32,7 +32,7 @@ |
// we have the redirect chain A -> B -> C and this struct represents visiting |
// C, then redirects[0]=B and redirects[1]=A. If there are no redirects, |
// this will be an empty vector. |
- std::vector<GURL> redirects; |
+ history::RedirectList redirects; |
}; |
// Details for NOTIFY_HISTORY_TYPED_URLS_MODIFIED. |