Index: chrome/browser/cocoa/tabpose_window.h |
=================================================================== |
--- chrome/browser/cocoa/tabpose_window.h (revision 62861) |
+++ chrome/browser/cocoa/tabpose_window.h (working copy) |
@@ -8,7 +8,7 @@ |
#import <Cocoa/Cocoa.h> |
-#include "base/scoped_cftyperef.h" |
+#include "base/mac/scoped_cftyperef.h" |
#include "base/scoped_nsobject.h" |
#include "base/scoped_ptr.h" |
@@ -52,8 +52,8 @@ |
CALayer* selectionHighlight_; // weak |
// Colors used by the layers. |
- scoped_cftyperef<CGColorRef> gray_; |
- scoped_cftyperef<CGColorRef> darkBlue_; |
+ base::mac::ScopedCFTypeRef<CGColorRef> gray_; |
+ base::mac::ScopedCFTypeRef<CGColorRef> darkBlue_; |
TabStripModel* tabStripModel_; // weak |
Property changes on: chrome/browser/cocoa/tabpose_window.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |