From feb99571d287b70d2203f8bd2102e9a10ca7cac1 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 14 Feb 2019 17:07:40 -0500 Subject: [PATCH] Windows: Use scoped_ptr for VS2015 compatibility (issue #2594) --- tests/cefclient/browser/osr_window_win.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cefclient/browser/osr_window_win.h b/tests/cefclient/browser/osr_window_win.h index 3b2ed53f4..1775665c2 100644 --- a/tests/cefclient/browser/osr_window_win.h +++ b/tests/cefclient/browser/osr_window_win.h @@ -169,7 +169,7 @@ class OsrWindowWin const OsrRendererSettings settings_; HWND hwnd_; - std::unique_ptr render_handler_; + scoped_ptr render_handler_; // Class that encapsulates IMM32 APIs and controls IMEs attached to a window. scoped_ptr ime_handler_;