| Index: base/logging_unittest.cc
|
| diff --git a/base/logging_unittest.cc b/base/logging_unittest.cc
|
| index e0619425f7542804b0c4604aba51603f619ef3b8..c87520203c0ebabfa8f9c8b75f4d918fe886d8ba 100644
|
| --- a/base/logging_unittest.cc
|
| +++ b/base/logging_unittest.cc
|
| @@ -6,8 +6,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
|
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "testing/gtest/googlemock/include/gmock/gmock.h"
|
| +#include "testing/gtest/googletest/include/gtest/gtest.h"
|
|
|
| namespace logging {
|
|
|
|
|