| Index: chrome/browser/ui/views/frame/browser_view.h | 
| =================================================================== | 
| --- chrome/browser/ui/views/frame/browser_view.h	(revision 242552) | 
| +++ chrome/browser/ui/views/frame/browser_view.h	(working copy) | 
| @@ -682,7 +682,7 @@ | 
|  | 
| scoped_ptr<FullscreenExitBubbleViews> fullscreen_bubble_; | 
|  | 
| -#if defined(OS_WIN) && !defined(USE_AURA) | 
| +#if defined(OS_WIN) | 
| // This object is used to perform periodic actions in a worker | 
| // thread. It is currently used to monitor hung plugin windows. | 
| WorkerThreadTicker ticker_; | 
|  |