| Index: chrome/browser/history/history.cc
|
| ===================================================================
|
| --- chrome/browser/history/history.cc (revision 105162)
|
| +++ chrome/browser/history/history.cc (working copy)
|
| @@ -319,7 +319,7 @@
|
| const void* id_scope,
|
| int32 page_id,
|
| const GURL& referrer,
|
| - PageTransition::Type transition,
|
| + content::PageTransition transition,
|
| const history::RedirectList& redirects,
|
| history::VisitSource visit_source,
|
| bool did_replace_entry) {
|
| @@ -332,7 +332,7 @@
|
| const void* id_scope,
|
| int32 page_id,
|
| const GURL& referrer,
|
| - PageTransition::Type transition,
|
| + content::PageTransition transition,
|
| const history::RedirectList& redirects,
|
| history::VisitSource visit_source,
|
| bool did_replace_entry) {
|
|
|