blob: 99df34b1557dec7b8719fd9979ded71e5d0be030 [file] [log] [blame]
// 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.
#ifndef CHROME_BROWSER_UI_COCOA_CHROME_BROWSER_WINDOW_H_
#define CHROME_BROWSER_UI_COCOA_CHROME_BROWSER_WINDOW_H_
#import "chrome/browser/ui/cocoa/version_independent_window.h"
// Common base class for chrome browser windows.
@interface ChromeBrowserWindow : VersionIndependentWindow
@end
#endif // CHROME_BROWSER_UI_COCOA_CHROME_BROWSER_WINDOW_H_