Index: content/browser/host_zoom_map_impl.h |
diff --git a/content/browser/host_zoom_map_impl.h b/content/browser/host_zoom_map_impl.h |
index e27402d5c6f805e4527b698799816115d85380e2..ea323f3e15cfd57a6a2df1bbe34a4dab0f117a1d 100644 |
--- a/content/browser/host_zoom_map_impl.h |
+++ b/content/browser/host_zoom_map_impl.h |
@@ -56,7 +56,7 @@ class CONTENT_EXPORT HostZoomMapImpl : public NON_EXPORTED_BASE(HostZoomMap), |
int render_view_id) override; |
double GetDefaultZoomLevel() const override; |
void SetDefaultZoomLevel(double level) override; |
- scoped_ptr<Subscription> AddZoomLevelChangedCallback( |
+ std::unique_ptr<Subscription> AddZoomLevelChangedCallback( |
const ZoomLevelChangedCallback& callback) override; |
// Returns the current zoom level for the specified WebContents. This may |