Index: components/proximity_auth/screenlock_bridge.h |
diff --git a/components/proximity_auth/screenlock_bridge.h b/components/proximity_auth/screenlock_bridge.h |
index 4dfb27c056572fa50409e3e38675f636fc0085da..3fabff699498940fc9161e31a99a8e6d340c6d71 100644 |
--- a/components/proximity_auth/screenlock_bridge.h |
+++ b/components/proximity_auth/screenlock_bridge.h |
@@ -10,7 +10,6 @@ |
#include "base/lazy_instance.h" |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/observer_list.h" |
#include "base/strings/string16.h" |
#include "base/values.h" |
@@ -50,7 +49,7 @@ class ScreenlockBridge { |
// Converts parameters to a dictionary values that can be sent to the |
// screenlock web UI. |
- scoped_ptr<base::DictionaryValue> ToDictionaryValue() const; |
+ std::unique_ptr<base::DictionaryValue> ToDictionaryValue() const; |
// Sets the icon that should be shown in the UI. |
void SetIcon(UserPodCustomIcon icon); |