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_;