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

Unified Diff: services/ui/demo/mus_demo.h

Issue 2694413003: Revert of Mus Demo: Move definition of WindowTreeData into separate files. (Closed)
Patch Set: Created 3 years, 10 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 | « services/ui/demo/BUILD.gn ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo.h
diff --git a/services/ui/demo/mus_demo.h b/services/ui/demo/mus_demo.h
index 58bb6f53e8c488efc736355cb74e0e2409ac15fa..55112dadbc22d512d8e755a09b804ba9e90ddb24 100644
--- a/services/ui/demo/mus_demo.h
+++ b/services/ui/demo/mus_demo.h
@@ -34,8 +34,6 @@
namespace ui {
namespace demo {
-
-class WindowTreeData;
// A simple MUS Demo service. This service connects to the service:ui, adds a
// new window to the root Window, and draws a spinning square in the center of
@@ -104,6 +102,7 @@
std::unique_ptr<::wm::WMState> wm_state_;
std::unique_ptr<aura::PropertyConverter> property_converter_;
+ class WindowTreeData;
std::unique_ptr<WindowTreeData> window_tree_data_;
DISALLOW_COPY_AND_ASSIGN(MusDemo);
« no previous file with comments | « services/ui/demo/BUILD.gn ('k') | services/ui/demo/mus_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698