1868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)// Copyright 2013 The Chromium Authors. All rights reserved.
2868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
3868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)// found in the LICENSE file.
4868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
5868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#include "chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h"
6868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
7868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)using browser_sync::SyncedTabDelegate;
8868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
9868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)namespace browser_sync {
10868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)
11868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)// static
12868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)SyncedTabDelegate* SyncedTabDelegate::ImplFromWebContents(
13868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)    content::WebContents* web_contents) {
14868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)  return TabContentsSyncedTabDelegate::FromWebContents(web_contents);
15868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)}
16868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)}  // namespace browser_sync
17