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

Unified Diff: ash/first_run/first_run_helper_unittest.cc

Issue 1867223004: Convert //ash from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: ash/first_run/first_run_helper_unittest.cc
diff --git a/ash/first_run/first_run_helper_unittest.cc b/ash/first_run/first_run_helper_unittest.cc
index bdf790cbc83fe2561cf846c9bce20d2b067840bb..3ff931fd42bf42e226417a1561c1364a83caeec2 100644
--- a/ash/first_run/first_run_helper_unittest.cc
+++ b/ash/first_run/first_run_helper_unittest.cc
@@ -106,7 +106,7 @@ class FirstRunHelperTest : public AshTestBase,
// FirstRunHelper::Observer overrides.
void OnCancelled() override { ++cancelled_times_; }
- scoped_ptr<FirstRunHelper> helper_;
+ std::unique_ptr<FirstRunHelper> helper_;
int cancelled_times_;
DISALLOW_COPY_AND_ASSIGN(FirstRunHelperTest);

Powered by Google App Engine
This is Rietveld 408576698