| Index: services/ui/demo/mus_demo.cc
|
| diff --git a/components/mus/demo/mus_demo.cc b/services/ui/demo/mus_demo.cc
|
| similarity index 96%
|
| rename from components/mus/demo/mus_demo.cc
|
| rename to services/ui/demo/mus_demo.cc
|
| index 799f93ee9948077c4f943872efef13fa3ca66061..2f49beca65af7fb6b8e59da3dc7cc28ed4324fbc 100644
|
| --- a/components/mus/demo/mus_demo.cc
|
| +++ b/services/ui/demo/mus_demo.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/demo/mus_demo.h"
|
| +#include "services/ui/demo/mus_demo.h"
|
|
|
| #include "base/time/time.h"
|
| #include "components/bitmap_uploader/bitmap_uploader.h"
|
| -#include "components/mus/common/gpu_service.h"
|
| -#include "components/mus/public/cpp/window.h"
|
| -#include "components/mus/public/cpp/window_tree_client.h"
|
| #include "services/shell/public/cpp/connector.h"
|
| +#include "services/ui/common/gpu_service.h"
|
| +#include "services/ui/public/cpp/window.h"
|
| +#include "services/ui/public/cpp/window_tree_client.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "third_party/skia/include/core/SkImageInfo.h"
|
|
|