| 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) {
|
|
|