| Index: chrome/browser/history/history_notifications.cc
|
| diff --git a/chrome/browser/history/history_notifications.cc b/chrome/browser/history/history_notifications.cc
|
| index 86c859f73d6b5e57587c7f0df7fb3531b378e6d1..2f30a3bf15b4d7278e4695bfc75f30b18ef9d266 100644
|
| --- a/chrome/browser/history/history_notifications.cc
|
| +++ b/chrome/browser/history/history_notifications.cc
|
| @@ -7,7 +7,7 @@
|
| namespace history {
|
|
|
| URLVisitedDetails::URLVisitedDetails()
|
| - : transition(content::PAGE_TRANSITION_LINK) {}
|
| + : transition(ui::PAGE_TRANSITION_LINK) {}
|
|
|
| URLVisitedDetails::~URLVisitedDetails() {}
|
|
|
|
|