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

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

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/aura_init.h
diff --git a/mandoline/ui/aura/aura_init.h b/mandoline/ui/aura/aura_init.h
index 11388a63f730eeaf570cdbef73be243bf410a5da..4fb05bab371f7f9b173041a38076db08cbe5bc3a 100644
--- a/mandoline/ui/aura/aura_init.h
+++ b/mandoline/ui/aura/aura_init.h
@@ -9,6 +9,9 @@
namespace mojo {
class Shell;
+}
+
+namespace mus {
class View;
}
@@ -17,7 +20,7 @@ namespace mandoline {
// Sets up necessary state for aura when run with the viewmanager.
class AuraInit {
public:
- AuraInit(mojo::View* root, mojo::Shell* shell);
+ AuraInit(mus::View* root, mojo::Shell* shell);
~AuraInit();
private:

Powered by Google App Engine
This is Rietveld 408576698