Chromium Code Reviews| Index: mojo/services/public/interfaces/surfaces/surface_id.mojom |
| diff --git a/mojo/services/public/interfaces/surfaces/surface_id.mojom b/mojo/services/public/interfaces/surfaces/surface_id.mojom |
| deleted file mode 100644 |
| index eb40242c50566ee607ce1893e34ea399ef0b8b3e..0000000000000000000000000000000000000000 |
| --- a/mojo/services/public/interfaces/surfaces/surface_id.mojom |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -// Copyright 2014 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. |
| - |
| -module mojo; |
| - |
| -struct SurfaceId { |
| - uint64 id; |
| -}; |