| Index: ui/display/mojo/display_type_converters.h
|
| diff --git a/ui/display/mojo/display_type_converters.h b/ui/display/mojo/display_type_converters.h
|
| deleted file mode 100644
|
| index f38c30792d1fcb1f617d506578d341340bd7f5a7..0000000000000000000000000000000000000000
|
| --- a/ui/display/mojo/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_DISPLAY_MOJO_DISPLAY_TYPE_CONVERTERS_H_
|
| -#define UI_DISPLAY_MOJO_DISPLAY_TYPE_CONVERTERS_H_
|
| -
|
| -#include "services/ui/public/interfaces/window_manager_constants.mojom.h"
|
| -#include "ui/display/display.h"
|
| -#include "ui/display/mojo/mojo_display_export.h"
|
| -
|
| -namespace mojo {
|
| -
|
| -template <>
|
| -struct MOJO_DISPLAY_EXPORT
|
| - TypeConverter<display::Display, ui::mojom::DisplayPtr> {
|
| - static display::Display Convert(const ui::mojom::DisplayPtr& input);
|
| -};
|
| -
|
| -} // namespace mojo
|
| -
|
| -#endif // UI_DISPLAY_MOJO_DISPLAY_TYPE_CONVERTERS_H_
|
|
|