summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/open_tabs_ui_delegate.cc
blob: 86e0e72851055121760005b7708a05e7671fce38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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 "components/sync_driver/open_tabs_ui_delegate.h"

namespace sync_driver {

OpenTabsUIDelegate::~OpenTabsUIDelegate() {
}

}  // namespace sync_driver