summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/chrome_browser_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/chrome_browser_window.h')
-rw-r--r--chrome/browser/ui/cocoa/chrome_browser_window.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/browser/ui/cocoa/chrome_browser_window.h b/chrome/browser/ui/cocoa/chrome_browser_window.h
index 64c0123..1d247e6 100644
--- a/chrome/browser/ui/cocoa/chrome_browser_window.h
+++ b/chrome/browser/ui/cocoa/chrome_browser_window.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// 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.
@@ -8,12 +8,11 @@
#import <Cocoa/Cocoa.h>
-#include "chrome/browser/ui/cocoa/chrome_event_processing_window.h"
+#include "chrome/browser/ui/cocoa/themed_browser_window.h"
// Common base class for chrome browser windows. Contains methods relating to
-// theming and hole punching that are shared between framed and fullscreen
-// windows.
-@interface ChromeBrowserWindow : ChromeEventProcessingWindow {
+// hole punching that are shared between framed and fullscreen windows.
+@interface ChromeBrowserWindow : ThemedBrowserWindow {
@private
int underlaySurfaceCount_;
}