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

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

Issue 1351013002: Revert of Mandoline UI Process: Update namespaces and file names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 505adb40579b82c9689fdfc39b910dd33b9fa4a3..69f1e3f6573a918a369c1711e1e104b064234df3 100644
--- a/mandoline/ui/aura/aura_init.h
+++ b/mandoline/ui/aura/aura_init.h
@@ -14,9 +14,6 @@
namespace mojo {
class Shell;
-}
-
-namespace mus {
class View;
}
@@ -25,7 +22,7 @@
// Sets up necessary state for aura when run with the viewmanager.
class AuraInit {
public:
- AuraInit(mus::View* root, mojo::Shell* shell);
+ AuraInit(mojo::View* root, mojo::Shell* shell);
~AuraInit();
private:
« no previous file with comments | « mandoline/services/core_services/application_delegate_factory_notandroid.cc ('k') | mandoline/ui/aura/aura_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698