| Index: media/mojo/clients/mojo_android_overlay_factory.cc
|
| diff --git a/media/mojo/clients/mojo_android_overlay_factory.cc b/media/mojo/clients/mojo_android_overlay_factory.cc
|
| deleted file mode 100644
|
| index aee5594954b02d6ac84822b613c0ff831fe9d290..0000000000000000000000000000000000000000
|
| --- a/media/mojo/clients/mojo_android_overlay_factory.cc
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright 2017 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.
|
| -
|
| -#include "media/mojo/clients/mojo_android_overlay_factory.h"
|
| -
|
| -#include "media/mojo/clients/mojo_android_overlay.h"
|
| -
|
| -namespace media {
|
| -
|
| -MojoAndroidOverlayFactory::MojoAndroidOverlayFactory(
|
| - const base::UnguessableToken& routing_token,
|
| - service_manager::mojom::InterfaceProvider* interface_provider)
|
| - : interface_provider_(interface_provider), routing_token_(routing_token) {}
|
| -
|
| -MojoAndroidOverlayFactory::~MojoAndroidOverlayFactory() {}
|
| -
|
| -std::unique_ptr<AndroidOverlay> MojoAndroidOverlayFactory::CreateOverlay(
|
| - const AndroidOverlay::Config& config) {
|
| - return base::MakeUnique<MojoAndroidOverlay>(interface_provider_, config,
|
| - routing_token_);
|
| -}
|
| -
|
| -} // namespace media
|
|
|