Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(450)

Unified Diff: content/browser/renderer_host/render_widget_host_view_win.h

Issue 21835006: Change imm32_manager_ using scoped_ptr for mock testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_win.h
diff --git a/content/browser/renderer_host/render_widget_host_view_win.h b/content/browser/renderer_host/render_widget_host_view_win.h
index da7caa175c63550de2c2f6bc3ec1c3040173d5d0..7229708abb4cb8b68d5f25ac9b11dbbb7a8072c4 100644
--- a/content/browser/renderer_host/render_widget_host_view_win.h
+++ b/content/browser/renderer_host/render_widget_host_view_win.h
@@ -475,7 +475,7 @@ class RenderWidgetHostViewWin
// Wrapper class for IMM32 APIs.
// (See "ui/base/ime/win/imm32_manager.h" for its details.)
- ui::IMM32Manager imm32_manager_;
+ scoped_ptr<ui::IMM32Manager> imm32_manager_;
// Represents whether or not this browser process is receiving status
// messages about the focused edit control from a renderer process.
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698