| Index: chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h b/chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h
|
| index 4a21e7d519101390a664ada27afa50d688a22b56..32a952552864fdfb56cc8a57b7135a21323c2be6 100644
|
| --- a/chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h
|
| +++ b/chrome/browser/ui/cocoa/tabs/tab_audio_indicator_view_mac.h
|
| @@ -12,11 +12,11 @@
|
| namespace content {
|
| class WebContents;
|
| }
|
| -class TabAudioIndicator;
|
| -class TabAudioIndicatorDelegateMac;
|
| -namespace ui {
|
| +namespace gfx {
|
| class AnimationContainer;
|
| }
|
| +class TabAudioIndicator;
|
| +class TabAudioIndicatorDelegateMac;
|
|
|
| // A view that draws an audio indicator on top of a favicon.
|
| @interface TabAudioIndicatorViewMac : NSView {
|
| @@ -29,7 +29,7 @@ class AnimationContainer;
|
|
|
| - (void)setBackgroundImage:(NSImage*)backgroundImage;
|
|
|
| -- (void)setAnimationContainer:(ui::AnimationContainer*)animationContainer;
|
| +- (void)setAnimationContainer:(gfx::AnimationContainer*)animationContainer;
|
|
|
| - (BOOL)isAnimating;
|
|
|
|
|