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

Unified Diff: ios/web/public/test/fakes/test_web_state.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_web_client.mm ('k') | ios/web/public/test/fakes/test_web_state.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_state.h
diff --git a/ios/web/public/test/fakes/test_web_state.h b/ios/web/public/test/fakes/test_web_state.h
index bcd298b43243999d128387107fd0cfd638f5c1fa..d98f99e5401863ff710094500d9180467b88bc86 100644
--- a/ios/web/public/test/fakes/test_web_state.h
+++ b/ios/web/public/test/fakes/test_web_state.h
@@ -100,7 +100,7 @@ class TestWebState : public WebState {
BrowserState* browser_state_;
bool web_usage_enabled_;
bool is_loading_;
- base::scoped_nsobject<CRWContentView> transient_content_view_;
+ CRWContentView* transient_content_view_;
GURL url_;
base::string16 title_;
URLVerificationTrustLevel trust_level_;
@@ -108,7 +108,7 @@ class TestWebState : public WebState {
std::string mime_type_;
std::string content_language_;
std::unique_ptr<NavigationManager> navigation_manager_;
- base::scoped_nsobject<UIView> view_;
+ UIView* view_;
// A list of observers notified when page state changes. Weak references.
base::ObserverList<WebStateObserver, true> observers_;
« no previous file with comments | « ios/web/public/test/fakes/test_web_client.mm ('k') | ios/web/public/test/fakes/test_web_state.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698