Make CredentialManager abstract

An abstract CredentialManager will help with unit testing.
Also added an empty CredentialManagerImpl class.

PiperOrigin-RevId: 463651261
This commit is contained in:
jsobczak
2022-07-27 12:34:31 -07:00
committed by Copybara-Service
parent c40a669755
commit be140a71d5
5 changed files with 95 additions and 21 deletions
+1
View File
@@ -70,6 +70,7 @@ cc_library(
"//internal/platform:__pkg__",
"//internal/platform/implementation:__subpackages__",
"//third_party/nearby/presence:__pkg__",
"//third_party/nearby/presence/implementation:__pkg__",
],
deps = [
"//connections/clients/windows:types",