Chromium Code Reviews| Index: base/lazy_instance_unittest.cc |
| =================================================================== |
| --- base/lazy_instance_unittest.cc (revision 70312) |
| +++ base/lazy_instance_unittest.cc (working copy) |
| @@ -5,7 +5,7 @@ |
| #include "base/at_exit.h" |
| #include "base/atomic_sequence_num.h" |
| #include "base/lazy_instance.h" |
| -#include "base/simple_thread.h" |
| +#include "base/threading/simple_thread.h" |
| #include "testing/gtest/include/gtest/gtest.h" |
| namespace { |