| Index: base/allocator/allocator_unittest.cc
|
| diff --git a/base/allocator/allocator_unittest.cc b/base/allocator/allocator_unittest.cc
|
| index a1d1ef0c639029382f9887c2b9279af1325daaf7..df809360ebdb2ee4c5550bcd19db8c078570f6d4 100644
|
| --- a/base/allocator/allocator_unittest.cc
|
| +++ b/base/allocator/allocator_unittest.cc
|
| @@ -7,7 +7,7 @@
|
| #include <algorithm> // for min()
|
|
|
| #include "base/macros.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "testing/gtest/googletest/include/gtest/gtest.h"
|
|
|
| // Number of bits in a size_t.
|
| static const int kSizeBits = 8 * sizeof(size_t);
|
|
|