From baaab31631dcff6075418c95f0220e8fb207dd50 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Fri, 15 Jul 2016 13:16:24 +0200 Subject: Adaptations to Chromium 52 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idf8a511ba26d263fd9d014d87d5e1101d706da71 Reviewed-by: Michael BrĂ¼ning --- src/core/print_view_manager_base_qt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/print_view_manager_base_qt.h') diff --git a/src/core/print_view_manager_base_qt.h b/src/core/print_view_manager_base_qt.h index 5939a2b43..a8b4b5fc8 100644 --- a/src/core/print_view_manager_base_qt.h +++ b/src/core/print_view_manager_base_qt.h @@ -97,7 +97,7 @@ protected: int number_pages_; // Number of pages to print in the print job. int cookie_; - scoped_ptr m_printSettings; + std::unique_ptr m_printSettings; // content::NotificationObserver implementation. void Observe(int, -- cgit v1.2.3