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

Unified Diff: components/html_viewer/ime_controller.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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 | « components/html_viewer/ime_controller.h ('k') | components/html_viewer/web_layer_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/ime_controller.cc
diff --git a/components/html_viewer/ime_controller.cc b/components/html_viewer/ime_controller.cc
index f0eb50b1e4fa565241ba012da44d656b44342488..9fe06b3af14511abd20342f73a57821ec630d577 100644
--- a/components/html_viewer/ime_controller.cc
+++ b/components/html_viewer/ime_controller.cc
@@ -12,9 +12,8 @@
namespace html_viewer {
-ImeController::ImeController(mojo::View* view, blink::WebWidget* widget)
- : view_(view), widget_(widget) {
-}
+ImeController::ImeController(mus::View* view, blink::WebWidget* widget)
+ : view_(view), widget_(widget) {}
ImeController::~ImeController() {}
« no previous file with comments | « components/html_viewer/ime_controller.h ('k') | components/html_viewer/web_layer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698