| Index: chrome/browser/chromeos/tether/tether_service.cc
|
| diff --git a/chrome/browser/chromeos/tether/tether_service.cc b/chrome/browser/chromeos/tether/tether_service.cc
|
| index 1154a9f9a7ac3dfbc76c743a086fe98493c25764..5ef5c5cb76759041cb0f9646353794b96a4e102b 100644
|
| --- a/chrome/browser/chromeos/tether/tether_service.cc
|
| +++ b/chrome/browser/chromeos/tether/tether_service.cc
|
| @@ -68,7 +68,7 @@ void TetherService::StartTetherIfEnabled() {
|
|
|
| auto notification_presenter =
|
| base::MakeUnique<chromeos::tether::TetherNotificationPresenter>(
|
| - message_center::MessageCenter::Get(),
|
| + profile_, message_center::MessageCenter::Get(),
|
| chromeos::NetworkConnect::Get());
|
| chromeos::tether::Initializer::Init(
|
| cryptauth_service_, std::move(notification_presenter),
|
|
|