| Index: chrome/browser/history/history.cc
|
| ===================================================================
|
| --- chrome/browser/history/history.cc (revision 19748)
|
| +++ chrome/browser/history/history.cc (working copy)
|
| @@ -253,7 +253,7 @@
|
| int32 page_id,
|
| const GURL& referrer,
|
| PageTransition::Type transition,
|
| - const RedirectList& redirects,
|
| + const history::RedirectList& redirects,
|
| bool did_replace_entry) {
|
| AddPage(url, Time::Now(), id_scope, page_id, referrer, transition, redirects,
|
| did_replace_entry);
|
| @@ -265,7 +265,7 @@
|
| int32 page_id,
|
| const GURL& referrer,
|
| PageTransition::Type transition,
|
| - const RedirectList& redirects,
|
| + const history::RedirectList& redirects,
|
| bool did_replace_entry) {
|
| DCHECK(history_backend_) << "History service being called after cleanup";
|
|
|
|
|