Chromium Code Reviews| Index: chrome/browser/history/history_notifications.h |
| =================================================================== |
| --- chrome/browser/history/history_notifications.h (revision 105162) |
| +++ chrome/browser/history/history_notifications.h (working copy) |
| @@ -30,7 +30,7 @@ |
| URLVisitedDetails(); |
| virtual ~URLVisitedDetails(); |
| - PageTransition::Type transition; |
| + content::PageTransition transition; |
| URLRow row; |
| // A list of redirects leading up to the URL represented by this struct. If |