1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromecast/renderer/cast_content_renderer_client.h"
7 #include "base/memory/scoped_ptr.h"
8 #include "ipc/message_filter.h"
10 namespace chromecast
{
14 scoped_ptr
<CastContentRendererClient
> CastContentRendererClient::Create() {
15 return make_scoped_ptr(new CastContentRendererClient());
19 } // namespace chromecast