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

Unified Diff: ios/chrome/browser/installation_notifier_unittest.mm

Issue 1861593005: Convert //ios 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: ios/chrome/browser/installation_notifier_unittest.mm
diff --git a/ios/chrome/browser/installation_notifier_unittest.mm b/ios/chrome/browser/installation_notifier_unittest.mm
index 1910a2dd29d908b52fab4b6d69ff83e69cc42d30..dbca44d212d061688891e7e7791eeca1e90da5e7 100644
--- a/ios/chrome/browser/installation_notifier_unittest.mm
+++ b/ios/chrome/browser/installation_notifier_unittest.mm
@@ -151,7 +151,7 @@ class InstallationNotifierTest : public PlatformTest {
base::scoped_nsobject<MockNotificationReceiver> notificationReceiver1_;
base::scoped_nsobject<MockNotificationReceiver> notificationReceiver2_;
base::scoped_nsobject<MockUIApplication> sharedApplication_;
- scoped_ptr<base::HistogramTester> histogramTester_;
+ std::unique_ptr<base::HistogramTester> histogramTester_;
};
TEST_F(InstallationNotifierTest, RegisterWithAppAlreadyInstalled) {
« no previous file with comments | « ios/chrome/browser/installation_notifier.mm ('k') | ios/chrome/browser/interstitials/ios_security_interstitial_page.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698