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

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

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/surface_context_factory.h ('k') | mandoline/ui/aura/window_tree_host_mojo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/aura/surface_context_factory.cc
diff --git a/mandoline/ui/aura/surface_context_factory.cc b/mandoline/ui/aura/surface_context_factory.cc
index 1f1589df6b47810b879c769d7dd8363056af64c1..0a75487128a093141062fc27d4c413529adbe74c 100644
--- a/mandoline/ui/aura/surface_context_factory.cc
+++ b/mandoline/ui/aura/surface_context_factory.cc
@@ -27,10 +27,8 @@ class FakeReflector : public ui::Reflector {
}
SurfaceContextFactory::SurfaceContextFactory(mojo::Shell* shell,
- mojo::View* view)
- : surface_binding_(shell, view),
- next_surface_id_namespace_(1u) {
-}
+ mus::View* view)
+ : surface_binding_(shell, view), next_surface_id_namespace_(1u) {}
SurfaceContextFactory::~SurfaceContextFactory() {
}
« no previous file with comments | « mandoline/ui/aura/surface_context_factory.h ('k') | mandoline/ui/aura/window_tree_host_mojo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698