| Index: chrome/browser/chromeos/arc/arc_auth_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| index 5df870119508b8f7368a6cc1b165e2d1fb83b887..60f162600759a7518dc6e13611a6ac34113afb5a 100644
|
| --- a/chrome/browser/chromeos/arc/arc_auth_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_auth_service.h
|
| @@ -29,9 +29,8 @@ class ArcAuthService : public ArcService,
|
| explicit ArcAuthService(ArcBridgeService* bridge_service);
|
| ~ArcAuthService() override;
|
|
|
| - // This is introduced to work with existing tests.
|
| - // TODO(crbug.com/664095): Clean up the test and remove this method.
|
| - static ArcAuthService* GetForTest();
|
| + // For supporting ArcServiceManager::GetService<T>().
|
| + static const char kArcServiceName[];
|
|
|
| // InstanceHolder<mojom::AuthInstance>::Observer:
|
| void OnInstanceReady() override;
|
|
|