Chromium Code Reviews| Index: base/atomicops_unittest.cc |
| diff --git a/base/atomicops_unittest.cc b/base/atomicops_unittest.cc |
| index 7298609270f883cf8e4245f67fd623dd90efa8a4..83f41eb5e32a44747215cb4b5b9e25ae44c58922 100644 |
| --- a/base/atomicops_unittest.cc |
| +++ b/base/atomicops_unittest.cc |
| @@ -7,7 +7,7 @@ |
| #include <stdint.h> |
| #include <string.h> |
| -#include "testing/gtest/include/gtest/gtest.h" |
| +#include "testing/gtest/googletest/include/gtest/gtest.h" |
| template <class AtomicType> |
| static void TestAtomicIncrement() { |