Index: chrome/gpu/gpu_watchdog_thread.h |
=================================================================== |
--- chrome/gpu/gpu_watchdog_thread.h (revision 70342) |
+++ chrome/gpu/gpu_watchdog_thread.h (working copy) |
@@ -9,7 +9,7 @@ |
#include "base/ref_counted.h" |
#include "base/scoped_ptr.h" |
#include "base/task.h" |
-#include "base/thread.h" |
+#include "base/threading/thread.h" |
// A thread that intermitently sends tasks to a group of watched message loops |
// and deliberately crashes if one of them does not respond after a timeout. |