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

Unified Diff: mandoline/ui/aura/surface_binding.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
« no previous file with comments | « mandoline/ui/aura/native_widget_view_manager.cc ('k') | mandoline/ui/aura/surface_binding.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/surface_binding.h
diff --git a/mandoline/ui/aura/surface_binding.h b/mandoline/ui/aura/surface_binding.h
index 840eebaf03923f57073d36c5126dfc887cf4a97a..f36002d060593d7a3db998f0d8246d39e3115cfb 100644
--- a/mandoline/ui/aura/surface_binding.h
+++ b/mandoline/ui/aura/surface_binding.h
@@ -14,9 +14,6 @@
namespace mojo {
class Shell;
-}
-
-namespace mus {
class View;
}
@@ -29,7 +26,7 @@
// share the same connection.
class SurfaceBinding {
public:
- SurfaceBinding(mojo::Shell* shell, mus::View* view);
+ SurfaceBinding(mojo::Shell* shell, mojo::View* view);
~SurfaceBinding();
// Creates an OutputSurface that renders to the View supplied to the
@@ -40,7 +37,7 @@
class PerConnectionState;
mojo::Shell* shell_;
- mus::View* view_;
+ mojo::View* view_;
scoped_refptr<PerConnectionState> state_;
DISALLOW_COPY_AND_ASSIGN(SurfaceBinding);
« no previous file with comments | « mandoline/ui/aura/native_widget_view_manager.cc ('k') | mandoline/ui/aura/surface_binding.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698