Index: ui/mojo/display/display_type_converters.h |
diff --git a/ui/mojo/display/display_type_converters.h b/ui/mojo/display/display_type_converters.h |
deleted file mode 100644 |
index bc6ae44f989ec90a2586251762817db92cca0288..0000000000000000000000000000000000000000 |
--- a/ui/mojo/display/display_type_converters.h |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-// Copyright 2016 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#ifndef UI_MOJO_DISPLAY_DISPLAY_TYPE_CONVERTERS_H_ |
-#define UI_MOJO_DISPLAY_DISPLAY_TYPE_CONVERTERS_H_ |
- |
-#include "components/mus/public/interfaces/window_manager_constants.mojom.h" |
-#include "ui/display/display.h" |
-#include "ui/mojo/display/mojo_display_export.h" |
- |
-namespace mojo { |
- |
-template <> |
-struct MOJO_DISPLAY_EXPORT |
- TypeConverter<display::Display, mus::mojom::DisplayPtr> { |
- static display::Display Convert(const mus::mojom::DisplayPtr& input); |
-}; |
- |
-} // namespace mojo |
- |
-#endif // UI_MOJO_DISPLAY_DISPLAY_TYPE_CONVERTERS_H_ |