Index: chromecast/base/bind_to_task_runner.h |
diff --git a/chromecast/base/bind_to_task_runner.h b/chromecast/base/bind_to_task_runner.h |
index 8902be261a5a118dafb380232d39375b757d7c93..8923429e91f499e93b6820e397d1829162397419 100644 |
--- a/chromecast/base/bind_to_task_runner.h |
+++ b/chromecast/base/bind_to_task_runner.h |
@@ -14,7 +14,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_vector.h" |
#include "base/task_runner.h" |
-#include "base/thread_task_runner_handle.h" |
+#include "base/threading/thread_task_runner_handle.h" |
// This is a helper utility for Bind()ing callbacks to a given TaskRunner. |
// The typical use is when |a| (of class |A|) wants to hand a callback such as |