| Index: chrome/browser/history/history_notifications.h
|
| diff --git a/chrome/browser/history/history_notifications.h b/chrome/browser/history/history_notifications.h
|
| index 2eb4fa7b51c4bdcac43c187cbd64e44954f8823a..3386b2f1c000605a357b38468c57603a58e0c0c8 100644
|
| --- a/chrome/browser/history/history_notifications.h
|
| +++ b/chrome/browser/history/history_notifications.h
|
| @@ -21,7 +21,7 @@ struct URLVisitedDetails : public HistoryDetails {
|
| URLVisitedDetails();
|
| virtual ~URLVisitedDetails();
|
|
|
| - content::PageTransition transition;
|
| + ui::PageTransition transition;
|
|
|
| // The affected URLRow. The ID will be set to the value that is currently in
|
| // effect in the main history database.
|
|
|