summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/synced_tab_delegate.cc
blob: 829f84223e8acb54bc595b9d5100207be2118b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2013 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 "chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h"

using browser_sync::SyncedTabDelegate;

namespace browser_sync {

// static
SyncedTabDelegate* SyncedTabDelegate::ImplFromWebContents(
    content::WebContents* web_contents) {
  return TabContentsSyncedTabDelegate::FromWebContents(web_contents);
}
}  // namespace browser_sync