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

Unified Diff: ios/web/public/test/fakes/test_web_client.h

Issue 2922973004: [ObjC ARC] Converts ios/web/public/test/fakes:fakes to ARC. (Closed)
Patch Set: scoped_nsobject in .h 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/web/public/test/fakes/test_navigation_manager.mm ('k') | ios/web/public/test/fakes/test_web_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/test/fakes/test_web_client.h
diff --git a/ios/web/public/test/fakes/test_web_client.h b/ios/web/public/test/fakes/test_web_client.h
index 9e65bf9034dabb50bcc4f9fc12c8459bfb1b5058..4d572f9f6dbc9391fb10c6b66a9261d1678bb12f 100644
--- a/ios/web/public/test/fakes/test_web_client.h
+++ b/ios/web/public/test/fakes/test_web_client.h
@@ -8,7 +8,6 @@
#import <Foundation/Foundation.h>
#include "base/compiler_specific.h"
-#import "base/mac/scoped_nsobject.h"
#import "ios/web/public/web_client.h"
#include "net/ssl/ssl_info.h"
#include "url/gurl.h"
@@ -50,7 +49,7 @@ class TestWebClient : public web::WebClient {
bool last_cert_error_overridable() { return last_cert_error_overridable_; }
private:
- base::scoped_nsobject<NSString> early_page_script_;
+ NSString* early_page_script_;
// Last arguments passed to AllowCertificateError.
int last_cert_error_code_;
net::SSLInfo last_cert_error_ssl_info_;
« no previous file with comments | « ios/web/public/test/fakes/test_navigation_manager.mm ('k') | ios/web/public/test/fakes/test_web_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698