Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: ios/chrome/browser/signin/authentication_service_fake.h

Issue 2930303002: [ObjC ARC] Converts ios/chrome/browser/signin:test_support to ARC. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/signin/BUILD.gn ('k') | ios/chrome/browser/signin/authentication_service_fake.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
};
« no previous file with comments | « ios/chrome/browser/signin/BUILD.gn ('k') | ios/chrome/browser/signin/authentication_service_fake.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698