| Index: chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| diff --git a/chrome/browser/ui/tab_contents/core_tab_helper.cc b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| index ee360e942184d2c395bb213c020e14743cd51871..41cbc7e91397ef8f3ff1dc477511b3dfabb009fc 100644
|
| --- a/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| +++ b/chrome/browser/ui/tab_contents/core_tab_helper.cc
|
| @@ -242,7 +242,7 @@ void CoreTabHelper::OnRequestThumbnailForContextNodeACK(
|
|
|
| content::OpenURLParams open_url_params(
|
| result, content::Referrer(), NEW_FOREGROUND_TAB,
|
| - content::PAGE_TRANSITION_LINK, false);
|
| + ui::PAGE_TRANSITION_LINK, false);
|
| const std::string& content_type = post_content.first;
|
| std::string* post_data = &post_content.second;
|
| if (!post_data->empty()) {
|
|
|