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

Unified Diff: mandoline/ui/aura/input_method_mandoline.cc

Issue 1340983002: Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated all the namespaces in mus 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
Index: mandoline/ui/aura/input_method_mandoline.cc
diff --git a/mandoline/ui/aura/input_method_mandoline.cc b/mandoline/ui/aura/input_method_mandoline.cc
index 747d1b5cd961ef86b17ee30918d5cc5fea503a94..6e7925cdadc026a9f04f69821e7a58b9cc42dcd1 100644
--- a/mandoline/ui/aura/input_method_mandoline.cc
+++ b/mandoline/ui/aura/input_method_mandoline.cc
@@ -17,7 +17,7 @@ namespace mandoline {
InputMethodMandoline::InputMethodMandoline(
ui::internal::InputMethodDelegate* delegate,
- mojo::View* view)
+ mus::View* view)
: view_(view) {
SetDelegate(delegate);
}

Powered by Google App Engine
This is Rietveld 408576698