| Index: third_party/WebKit/public/platform/modules/mediasession/WebMediaArtwork.h
|
| diff --git a/third_party/WebKit/public/platform/modules/mediasession/WebMediaArtwork.h b/third_party/WebKit/public/platform/modules/mediasession/WebMediaArtwork.h
|
| deleted file mode 100644
|
| index 71e2fb34059b4de18438c036bf6bef4de0e3e6e2..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/public/platform/modules/mediasession/WebMediaArtwork.h
|
| +++ /dev/null
|
| @@ -1,20 +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 WebMediaArtwork_h
|
| -#define WebMediaArtwork_h
|
| -
|
| -#include "public/platform/WebString.h"
|
| -
|
| -namespace blink {
|
| -
|
| -// Representation of MediaArtwork interface to the content layer.
|
| -struct WebMediaArtwork {
|
| - WebString src;
|
| - WebString sizes;
|
| - WebString type;
|
| -};
|
| -}
|
| -
|
| -#endif // WebMediaArtwork_h
|
|
|