| Index: chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc b/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
|
| index 4a3486d6153e7f280e00a81ff930b3de0ff63482..f1b0063b557d3cd8f81837fdc215c5dc064a4e65 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
|
| @@ -29,7 +29,7 @@
|
|
|
| #if defined(OS_CHROMEOS)
|
| #include "ash/shell.h"
|
| -#include "chrome/browser/chromeos/arc/arc_auth_service.h"
|
| +#include "chrome/browser/chromeos/arc/arc_session_manager.h"
|
| #include "chrome/browser/ui/ash/app_list/test/app_list_service_ash_test_api.h"
|
| #include "chromeos/chromeos_switches.h"
|
| #endif
|
| @@ -134,14 +134,14 @@ class AppListControllerAppInfoDialogBrowserTest :
|
| void SetUpInProcessBrowserTestFixture() override {
|
| ExtensionBrowserTest::SetUpInProcessBrowserTestFixture();
|
| #if defined(OS_CHROMEOS)
|
| - arc::ArcAuthService::DisableUIForTesting();
|
| + arc::ArcSessionManager::DisableUIForTesting();
|
| #endif
|
| }
|
|
|
| void SetUpOnMainThread() override {
|
| #if defined(OS_CHROMEOS)
|
| if (GetParam())
|
| - arc::ArcAuthService::Get()->EnableArc();
|
| + arc::ArcSessionManager::Get()->EnableArc();
|
| #endif
|
| // Install a test extension.
|
| base::FilePath test_extension_path;
|
|
|