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

Unified Diff: components/mus/ws/platform_display_init_params.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « components/mus/ws/platform_display.h ('k') | components/mus/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/platform_display_init_params.h
diff --git a/components/mus/ws/platform_display_init_params.h b/components/mus/ws/platform_display_init_params.h
index f097a0f5c715d1b0a51531f92588d26d0f2ea4ad..5232effe726d330b805ffb0d63fe4a28d72ee43b 100644
--- a/components/mus/ws/platform_display_init_params.h
+++ b/components/mus/ws/platform_display_init_params.h
@@ -7,7 +7,7 @@
#include "base/memory/ref_counted.h"
-namespace mojo {
+namespace shell {
class Connector;
}
@@ -23,7 +23,7 @@ struct PlatformDisplayInitParams {
PlatformDisplayInitParams(const PlatformDisplayInitParams& other);
~PlatformDisplayInitParams();
- mojo::Connector* connector = nullptr;
+ shell::Connector* connector = nullptr;
scoped_refptr<GpuState> gpu_state;
scoped_refptr<SurfacesState> surfaces_state;
};
« no previous file with comments | « components/mus/ws/platform_display.h ('k') | components/mus/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698