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

Unified Diff: ios/chrome/browser/web/blocked_popup_tab_helper_unittest.mm

Issue 2723253003: build: Enable auto raw pointer deduction check everywhere on clang. (Closed)
Patch Set: update Created 3 years, 10 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/tabs/tab.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/blocked_popup_tab_helper_unittest.mm
diff --git a/ios/chrome/browser/web/blocked_popup_tab_helper_unittest.mm b/ios/chrome/browser/web/blocked_popup_tab_helper_unittest.mm
index 0343163b994152e3836727a9134cff515c9b28b9..d11fc63b8e9a6cbc6db8e5f57a032f7f85e33c73 100644
--- a/ios/chrome/browser/web/blocked_popup_tab_helper_unittest.mm
+++ b/ios/chrome/browser/web/blocked_popup_tab_helper_unittest.mm
@@ -102,7 +102,7 @@ TEST_F(BlockedPopupTabHelperTest, AllowBlockedPopup) {
EXPECT_FALSE(GetBlockedPopupTabHelper()->ShouldBlockPopup(source_url));
// Verify that child window was open.
- auto open_url_request = web_state_delegate_.last_open_url_request();
+ auto* open_url_request = web_state_delegate_.last_open_url_request();
ASSERT_TRUE(open_url_request);
EXPECT_EQ(web_state(), open_url_request->web_state);
WebState::OpenURLParams params = open_url_request->params;
« no previous file with comments | « ios/chrome/browser/tabs/tab.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698