Roll src/third_party/WebKit a3c1667:86dee58 (svn 202524:202526)
[chromium-blink-merge.git] / chromecast / renderer / cast_content_renderer_client_simple.cc
blob5f94e08e7acd9dda6c68843b99214706b5a391a3
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 {
11 namespace shell {
13 // static
14 scoped_ptr<CastContentRendererClient> CastContentRendererClient::Create() {
15 return make_scoped_ptr(new CastContentRendererClient());
18 } // namespace shell
19 } // namespace chromecast