blob: 61a271881e9d0b0585fef7a6ed8101631244240d (
plain)
1
2
3
4
5
6
7
8
|
// Copyright (c) 2011 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/tab_contents/tab_contents_wrapper_delegate.h"
TabContentsWrapperDelegate::~TabContentsWrapperDelegate() {
}
|