Chromium Code Reviews| Index: chrome/common/worker_thread_ticker.h |
| =================================================================== |
| --- chrome/common/worker_thread_ticker.h (revision 70342) |
| +++ chrome/common/worker_thread_ticker.h (working copy) |
| @@ -9,7 +9,7 @@ |
| #include <vector> |
| #include "base/lock.h" |
| -#include "base/thread.h" |
| +#include "base/threading/thread.h" |
| // This class provides the following functionality: |
| // It invokes a set of registered handlers at periodic intervals in |