Index: chrome/browser/thumbnail_store.h |
=================================================================== |
--- chrome/browser/thumbnail_store.h (revision 19748) |
+++ chrome/browser/thumbnail_store.h (working copy) |
@@ -144,7 +144,7 @@ |
void OnRedirectQueryComplete(HistoryService::Handle request_handle, |
GURL url, |
bool success, |
- HistoryService::RedirectList* redirects); |
+ history::RedirectList* redirects); |
// Called on a timer initiated in Init(). Calls the HistoryService to |
// update the list of most visited URLs. The callback is |