| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index bb5fd25276b1cb22062a1a68fc26648aede57ec0..930f3de6d654a933348ddf794209d60e24628afd 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -74,7 +74,7 @@
|
| #include "components/user_manager/user_manager.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/user_metrics.h"
|
| -#include "content/public/common/mojo_shell_connection.h"
|
| +#include "content/public/common/service_manager_connection.h"
|
| #include "ui/app_list/presenter/app_list_presenter.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/base/ime/chromeos/input_method_manager.h"
|
| @@ -333,7 +333,7 @@ ChromeShellDelegate::~ChromeShellDelegate() {
|
| }
|
|
|
| shell::Connector* ChromeShellDelegate::GetShellConnector() const {
|
| - return content::MojoShellConnection::GetForProcess()->GetConnector();
|
| + return content::ServiceManagerConnection::GetForProcess()->GetConnector();
|
| }
|
|
|
| bool ChromeShellDelegate::IsFirstRunAfterBoot() const {
|
|
|