Index: chrome/browser/ui/cocoa/constrained_window/cw_window.h |
diff --git a/chrome/browser/ui/cocoa/constrained_window/cw_window.h b/chrome/browser/ui/cocoa/constrained_window/cw_window.h |
deleted file mode 100644 |
index 69909147b8007da08d647a428c6c9a9ecf77e0f9..0000000000000000000000000000000000000000 |
--- a/chrome/browser/ui/cocoa/constrained_window/cw_window.h |
+++ /dev/null |
@@ -1,16 +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_WINDOW_ |
-#define CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_CW_WINDOW_ |
- |
-#import <Cocoa/Cocoa.h> |
- |
-@interface CWWindow : NSWindow |
- |
-- (id)initWithContentRect:(NSRect)contentRect; |
- |
-@end |
- |
-#endif // CHROME_BROWSER_UI_COCOA_CONSTRAINED_WINDOW_CW_WINDOW_ |