| Index: chrome/browser/local_discovery/privet_notifications.cc
|
| diff --git a/chrome/browser/local_discovery/privet_notifications.cc b/chrome/browser/local_discovery/privet_notifications.cc
|
| index 9d3c5f86560c412de85412b4df45df9c3af98f72..681539bf37d4a9efe21a18171154aca8be2c7efa 100644
|
| --- a/chrome/browser/local_discovery/privet_notifications.cc
|
| +++ b/chrome/browser/local_discovery/privet_notifications.cc
|
| @@ -32,9 +32,9 @@
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/navigation_controller.h"
|
| #include "content/public/browser/web_contents.h"
|
| -#include "content/public/common/page_transition_types.h"
|
| #include "grit/theme_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/base/page_transition_types.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/message_center/notifier_settings.h"
|
|
|
| @@ -400,7 +400,7 @@ void PrivetNotificationDelegate::OpenTab(const GURL& url) {
|
|
|
| chrome::NavigateParams params(profile_obj,
|
| url,
|
| - content::PAGE_TRANSITION_AUTO_TOPLEVEL);
|
| + ui::PAGE_TRANSITION_AUTO_TOPLEVEL);
|
| params.disposition = NEW_FOREGROUND_TAB;
|
| chrome::Navigate(¶ms);
|
| }
|
|
|