| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| index 4361fbbe6d43237834d9fa888608fa8614952c5d..27551ec7f3deae49a187cb41a9c9b1e889696628 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 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.
|
|
|
| @@ -248,7 +248,7 @@ class BrowserWindowGtk
|
| gfx::Rect bounds() const { return bounds_; }
|
|
|
| // Returns the tab we're currently displaying in the tab contents container.
|
| - TabContents* GetDisplayedTab();
|
| + content::WebContents* GetDisplayedTab();
|
|
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
|
|