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

Unified Diff: chrome/browser/memory/tab_manager_web_contents_data_unittest.cc

Issue 2171123002: chrome/browser/memory: Change auto to not deduce raw pointers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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 | « chrome/browser/memory/tab_manager_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/memory/tab_manager_web_contents_data_unittest.cc
diff --git a/chrome/browser/memory/tab_manager_web_contents_data_unittest.cc b/chrome/browser/memory/tab_manager_web_contents_data_unittest.cc
index 25f1108f08d949405fb058c2417e7289a618760b..e8adeefb150bd2955f29af1329cf014b6f2ae585 100644
--- a/chrome/browser/memory/tab_manager_web_contents_data_unittest.cc
+++ b/chrome/browser/memory/tab_manager_web_contents_data_unittest.cc
@@ -94,7 +94,7 @@ TEST_F(TabManagerWebContentsDataTest, LastInactiveTime) {
TEST_F(TabManagerWebContentsDataTest, CopyState) {
std::unique_ptr<WebContents> web_contents2;
- auto tab_data2 = CreateWebContentsAndTabData(&web_contents2);
+ auto* tab_data2 = CreateWebContentsAndTabData(&web_contents2);
EXPECT_EQ(tab_data()->tab_data_, tab_data2->tab_data_);
tab_data()->IncrementDiscardCount();
« no previous file with comments | « chrome/browser/memory/tab_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698