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

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

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 | « mandoline/ui/aura/aura_init.cc ('k') | mandoline/ui/aura/input_method_mandoline.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/input_method_mandoline.h
diff --git a/mandoline/ui/aura/input_method_mandoline.h b/mandoline/ui/aura/input_method_mandoline.h
index 1d909597d3178b5314e126d2e852721bff7a8baa..40a35a4e667396e5cdc4b2c71494da36696d7059 100644
--- a/mandoline/ui/aura/input_method_mandoline.h
+++ b/mandoline/ui/aura/input_method_mandoline.h
@@ -7,7 +7,7 @@
#ifndef MANDOLINE_UI_AURA_INPUT_METHOD_MANDOLINE_H_
#define MANDOLINE_UI_AURA_INPUT_METHOD_MANDOLINE_H_
-namespace mojo {
+namespace mus {
class View;
} // namespace mojo
@@ -16,7 +16,7 @@ namespace mandoline {
class InputMethodMandoline : public ui::InputMethodBase {
public:
InputMethodMandoline(ui::internal::InputMethodDelegate* delegate,
- mojo::View* view);
+ mus::View* view);
~InputMethodMandoline() override;
private:
@@ -40,7 +40,7 @@ class InputMethodMandoline : public ui::InputMethodBase {
void UpdateTextInputType();
// The toplevel view which is not owned by this class.
- mojo::View* view_;
+ mus::View* view_;
DISALLOW_COPY_AND_ASSIGN(InputMethodMandoline);
};
« no previous file with comments | « mandoline/ui/aura/aura_init.cc ('k') | mandoline/ui/aura/input_method_mandoline.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698