Index: content/public/test/test_navigation_observer.h |
diff --git a/content/public/test/test_navigation_observer.h b/content/public/test/test_navigation_observer.h |
index aeb5b982136acb286b3618fb221c5ef08fb492c6..5b90e72def85379f2039eced8d206c0d835b4524 100644 |
--- a/content/public/test/test_navigation_observer.h |
+++ b/content/public/test/test_navigation_observer.h |
@@ -97,7 +97,7 @@ class TestNavigationObserver { |
base::Callback<void(WebContents*)> web_contents_created_callback_; |
// Living TestWebContentsObservers created by this observer. |
- std::set<TestWebContentsObserver*> web_contents_observers_; |
+ std::set<std::unique_ptr<TestWebContentsObserver>> web_contents_observers_; |
DISALLOW_COPY_AND_ASSIGN(TestNavigationObserver); |
}; |