Index: chrome/browser/ui/cocoa/constrained_window/cw_button.h |
diff --git a/chrome/browser/ui/cocoa/constrained_window/cw_button.h b/chrome/browser/ui/cocoa/constrained_window/cw_button.h |
deleted file mode 100644 |
index 1acbe8353d6a7bd853ed2d16c93c1776108d2e9d..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/cocoa/constrained_window/cw_button.h |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-// 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_CONSTRAINED_WINDOW_CW_BUTTON_ |
-#define CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_CW_BUTTON_ |
- |
-#import <Cocoa/Cocoa.h> |
- |
-#import "chrome/browser/ui/cocoa/tracking_area.h" |
- |
-// A push button for use in a constrained window. |
-@interface CWButton : NSButton { |
- @private |
- ScopedCrTrackingArea trackingArea_; |
-} |
- |
-@end |
- |
-@interface CWButtonCell : NSButtonCell { |
- @private |
- BOOL isMouseInside_; |
-} |
- |
-@property(nonatomic,assign) BOOL isMouseInside; |
- |
-@end |
- |
- |
-#endif // CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_CW_BUTTON_ |