Chromium Code Reviews| Index: ios/chrome/browser/signin/authentication_service_fake.h |
| diff --git a/ios/chrome/browser/signin/authentication_service_fake.h b/ios/chrome/browser/signin/authentication_service_fake.h |
| index f180076c148e16300cdca280be30170cc96c26a6..88b4e4e1fc5a0ecde9ceb09b59072fec3349af7a 100644 |
| --- a/ios/chrome/browser/signin/authentication_service_fake.h |
| +++ b/ios/chrome/browser/signin/authentication_service_fake.h |
| @@ -41,7 +41,7 @@ class AuthenticationServiceFake : public AuthenticationService { |
| private: |
| explicit AuthenticationServiceFake(ios::ChromeBrowserState* browser_state); |
| - base::scoped_nsobject<ChromeIdentity> authenticated_identity_; |
| + ChromeIdentity* authenticated_identity_; |
|
stkhapugin
2017/06/13 11:45:39
Please annotate with explicit __strong
|
| bool have_accounts_changed_; |
| }; |