summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/constrained_window_tab_helper_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/constrained_window_tab_helper_delegate.cc')
-rw-r--r--chrome/browser/ui/constrained_window_tab_helper_delegate.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/ui/constrained_window_tab_helper_delegate.cc b/chrome/browser/ui/constrained_window_tab_helper_delegate.cc
index 7df8db8..de9ed50 100644
--- a/chrome/browser/ui/constrained_window_tab_helper_delegate.cc
+++ b/chrome/browser/ui/constrained_window_tab_helper_delegate.cc
@@ -1,11 +1,11 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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/constrained_window_tab_helper_delegate.h"
void ConstrainedWindowTabHelperDelegate::WillShowConstrainedWindow(
- TabContentsWrapper* source) {
+ TabContents* source) {
}
bool ConstrainedWindowTabHelperDelegate::ShouldFocusConstrainedWindow() {
@@ -13,7 +13,7 @@ bool ConstrainedWindowTabHelperDelegate::ShouldFocusConstrainedWindow() {
}
void ConstrainedWindowTabHelperDelegate::SetTabContentBlocked(
- TabContentsWrapper* wrapper, bool blocked) {
+ TabContents* tab_contents, bool blocked) {
}
ConstrainedWindowTabHelperDelegate::~ConstrainedWindowTabHelperDelegate() {}