| Index: chrome/browser/chromeos/drive/file_task_executor.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_task_executor.cc b/chrome/browser/chromeos/drive/file_task_executor.cc
|
| index 9ed721bf23b45dacad90342f1fdcc579f615cdb5..7aaf7d36903790e77ce75edd24899ea0ab5dbb24 100644
|
| --- a/chrome/browser/chromeos/drive/file_task_executor.cc
|
| +++ b/chrome/browser/chromeos/drive/file_task_executor.cc
|
| @@ -44,7 +44,7 @@ class FileTaskExecutorDelegateImpl : public FileTaskExecutorDelegate {
|
| chrome::ScopedTabbedBrowserDisplayer displayer(
|
| profile_, chrome::HOST_DESKTOP_TYPE_ASH);
|
| chrome::AddSelectedTabWithURL(displayer.browser(), open_link,
|
| - content::PAGE_TRANSITION_LINK);
|
| + ui::PAGE_TRANSITION_LINK);
|
| // Since the ScopedTabbedBrowserDisplayer does not guarantee that the
|
| // browser will be shown on the active desktop, we ensure the visibility.
|
| multi_user_util::MoveWindowToCurrentDesktop(
|
|
|