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

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

Issue 6709023: Move some common ime code to ui/base/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Always put the composition cursor to the selection end. Created 9 years, 9 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
Index: chrome/browser/renderer_host/render_widget_host_view_win.h
diff --git a/chrome/browser/renderer_host/render_widget_host_view_win.h b/chrome/browser/renderer_host/render_widget_host_view_win.h
index 13e99095d1877a9bdf70081c484af0e326f13d65..b4417490303eb2ad55842d02d7718067edc6b3fa 100644
--- a/chrome/browser/renderer_host/render_widget_host_view_win.h
+++ b/chrome/browser/renderer_host/render_widget_host_view_win.h
@@ -18,10 +18,10 @@
#include "base/scoped_vector.h"
#include "base/task.h"
#include "chrome/browser/accessibility/browser_accessibility_manager.h"
-#include "chrome/browser/ime_input.h"
#include "content/browser/renderer_host/render_widget_host_view.h"
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
+#include "ui/base/win/ime_input.h"
#include "ui/gfx/native_widget_types.h"
#include "webkit/glue/webcursor.h"
@@ -288,8 +288,8 @@ class RenderWidgetHostViewWin
bool track_mouse_leave_;
// Wrapper class for IME input.
- // (See "chrome/browser/ime_input.h" for its details.)
- ImeInput ime_input_;
+ // (See "ui/base/win/ime_input.h" for its details.)
+ ui::ImeInput ime_input_;
// 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 | « chrome/browser/renderer_host/gtk_im_context_wrapper.cc ('k') | chrome/browser/renderer_host/render_widget_host_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698