| Index: chrome/browser/cocoa/bubble_view.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/bubble_view.mm (revision 28537)
|
| +++ chrome/browser/cocoa/bubble_view.mm (working copy)
|
| @@ -102,7 +102,7 @@
|
| [border stroke];
|
|
|
| // Text
|
| - NSColor* textColor = [theme textColorForStyle:GTMThemeStyleToolBar
|
| + NSColor* textColor = [theme textColorForStyle:GTMThemeStyleTabBarSelected
|
| state:GTMThemeStateActiveWindow];
|
| NSFont* textFont = [self font];
|
| scoped_nsobject<NSShadow> textShadow([[NSShadow alloc] init]);
|
|
|