| Index: content/gpu/gpu_watchdog_thread.h | 
| diff --git a/content/gpu/gpu_watchdog_thread.h b/content/gpu/gpu_watchdog_thread.h | 
| index db7978baa575b1aa688db60269db7d020d6de212..fcd363646e94704fd8750faec704610ea2e1fdaf 100644 | 
| --- a/content/gpu/gpu_watchdog_thread.h | 
| +++ b/content/gpu/gpu_watchdog_thread.h | 
| @@ -88,14 +88,14 @@ class GpuWatchdogThread : public base::Thread, | 
| // the task was posted. | 
| base::Time suspension_timeout_; | 
|  | 
| -  base::WeakPtrFactory<GpuWatchdogThread> weak_factory_; | 
| - | 
| bool suspended_; | 
|  | 
| #if defined(OS_CHROMEOS) | 
| FILE* tty_file_; | 
| #endif | 
|  | 
| +  base::WeakPtrFactory<GpuWatchdogThread> weak_factory_; | 
| + | 
| DISALLOW_COPY_AND_ASSIGN(GpuWatchdogThread); | 
| }; | 
|  | 
|  |