| Index: chrome/browser/extensions/extension_test_notification_observer.h
|
| diff --git a/chrome/browser/extensions/extension_test_notification_observer.h b/chrome/browser/extensions/extension_test_notification_observer.h
|
| index 08dce93a85147e55d609ae4355510d6566ce0eb8..d4b8d866ac05eead9c300f367e7a65b290623747 100644
|
| --- a/chrome/browser/extensions/extension_test_notification_observer.h
|
| +++ b/chrome/browser/extensions/extension_test_notification_observer.h
|
| @@ -108,7 +108,7 @@ class ExtensionTestNotificationObserver
|
| Profile* profile_;
|
|
|
| content::NotificationRegistrar registrar_;
|
| - scoped_ptr<content::WindowedNotificationObserver> observer_;
|
| + std::unique_ptr<content::WindowedNotificationObserver> observer_;
|
|
|
| std::string last_loaded_extension_id_;
|
| int extension_installs_observed_;
|
|
|