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

Unified Diff: chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc

Issue 1865213004: Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc
diff --git a/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc b/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc
index 1ef79c07c79f307e48eb08887e928a44c230336a..470cb05f946a3f387de84ca18f8c40f25d251402 100644
--- a/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc
+++ b/chrome/browser/ui/passwords/password_bubble_experiment_unittest.cc
@@ -31,8 +31,8 @@ class PasswordBubbleExperimentTest : public testing::Test {
private:
content::TestBrowserThreadBundle thread_bundle_;
base::ScopedTempDir temp_dir_;
- scoped_ptr<TestingProfile> profile_;
- scoped_ptr<base::FieldTrialList> field_trial_list_;
+ std::unique_ptr<TestingProfile> profile_;
+ std::unique_ptr<base::FieldTrialList> field_trial_list_;
};
// TODO(vasilii): add tests once there is a smart bubble.

Powered by Google App Engine
This is Rietveld 408576698