Chromium Code Reviews| Index: base/threading/simple_thread.cc |
| =================================================================== |
| --- base/threading/simple_thread.cc (revision 70328) |
| +++ base/threading/simple_thread.cc (working copy) |
| @@ -5,7 +5,7 @@ |
| #include "base/threading/simple_thread.h" |
| #include "base/logging.h" |
| -#include "base/platform_thread.h" |
| +#include "base/threading/platform_thread.h" |
| #include "base/string_number_conversions.h" |
| namespace base { |