| Index: chrome/browser/automation/automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.cc (revision 19748)
|
| +++ chrome/browser/automation/automation_provider.cc (working copy)
|
| @@ -1809,7 +1809,7 @@
|
| HistoryService::Handle request_handle,
|
| GURL from_url,
|
| bool success,
|
| - HistoryService::RedirectList* redirects) {
|
| + history::RedirectList* redirects) {
|
| DCHECK(request_handle == redirect_query_);
|
| DCHECK(reply_message_ != NULL);
|
|
|
|
|