| Index: chrome/browser/ui/app_list/search/people/people_result.cc
|
| diff --git a/chrome/browser/ui/app_list/search/people/people_result.cc b/chrome/browser/ui/app_list/search/people/people_result.cc
|
| index 3531f6400d95ee3524d8a721ad284f3b9be2c369..57ae19fdbbec5103bf840c808031daac145235a9 100644
|
| --- a/chrome/browser/ui/app_list/search/people/people_result.cc
|
| +++ b/chrome/browser/ui/app_list/search/people/people_result.cc
|
| @@ -174,7 +174,7 @@ void PeopleResult::OpenChat() {
|
| void PeopleResult::SendEmail() {
|
| chrome::NavigateParams params(profile_,
|
| GURL(kEmailUrlPrefix + person_->email),
|
| - content::PAGE_TRANSITION_LINK);
|
| + ui::PAGE_TRANSITION_LINK);
|
| // If no window exists, this will open a new window this one tab.
|
| params.disposition = NEW_FOREGROUND_TAB;
|
| chrome::Navigate(¶ms);
|
|
|