| Index: chrome/browser/cocoa/throbber_view.h | 
| diff --git a/chrome/browser/cocoa/throbber_view.h b/chrome/browser/cocoa/throbber_view.h | 
| index 48ecdd231560d795617f91afba3355eeeb542430..b15a8f5142a57531c8c2819fca3d750f38fb52a8 100644 | 
| --- a/chrome/browser/cocoa/throbber_view.h | 
| +++ b/chrome/browser/cocoa/throbber_view.h | 
| @@ -9,7 +9,6 @@ | 
|  | 
| #include "base/scoped_nsobject.h" | 
|  | 
| -@class ThrobberTimerTarget; | 
| @protocol ThrobberDataDelegate; | 
|  | 
| // A class that knows how to draw an animated state to indicate progress. | 
| @@ -25,7 +24,6 @@ | 
|  | 
| @interface ThrobberView : NSView { | 
| @private | 
| -  scoped_nsobject<ThrobberTimerTarget> target_;  // Target of animation timer. | 
| id<ThrobberDataDelegate> dataDelegate_; | 
| NSTimer* timer_;  // Animation timer. Weak, owned by runloop. | 
| } | 
|  |