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

Unified Diff: services/ui/public/cpp/output_surface.h

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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
Index: services/ui/public/cpp/output_surface.h
diff --git a/components/mus/public/cpp/output_surface.h b/services/ui/public/cpp/output_surface.h
similarity index 81%
rename from components/mus/public/cpp/output_surface.h
rename to services/ui/public/cpp/output_surface.h
index 1b1feccff37058032e2618807bd927d28022feb2..0f36ae722aaca637302024333cf2ca144656851a 100644
--- a/components/mus/public/cpp/output_surface.h
+++ b/services/ui/public/cpp/output_surface.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_PUBLIC_CPP_OUTPUT_SURFACE_H_
-#define COMPONENTS_MUS_PUBLIC_CPP_OUTPUT_SURFACE_H_
+#ifndef SERVICES_UI_PUBLIC_CPP_OUTPUT_SURFACE_H_
+#define SERVICES_UI_PUBLIC_CPP_OUTPUT_SURFACE_H_
#include "base/macros.h"
#include "cc/output/output_surface.h"
#include "cc/surfaces/surface_id.h"
-#include "components/mus/public/cpp/window_surface.h"
-#include "components/mus/public/cpp/window_surface_client.h"
#include "mojo/public/cpp/bindings/binding.h"
+#include "services/ui/public/cpp/window_surface.h"
+#include "services/ui/public/cpp/window_surface_client.h"
namespace mus {
@@ -42,4 +42,4 @@ class OutputSurface : public cc::OutputSurface, public WindowSurfaceClient {
} // namespace mus
-#endif // COMPONENTS_MUS_PUBLIC_CPP_OUTPUT_SURFACE_H_
+#endif // SERVICES_UI_PUBLIC_CPP_OUTPUT_SURFACE_H_
« no previous file with comments | « services/ui/public/cpp/lib/window_tree_host_factory.cc ('k') | services/ui/public/cpp/property_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698