| Index: base/trace_event/memory_dump_manager_unittest.cc
|
| diff --git a/base/trace_event/memory_dump_manager_unittest.cc b/base/trace_event/memory_dump_manager_unittest.cc
|
| index 464ca2da48c5e8e6a224668b92e7487946b0cd7e..23df05403b500755590eaabd935b79dada15a197 100644
|
| --- a/base/trace_event/memory_dump_manager_unittest.cc
|
| +++ b/base/trace_event/memory_dump_manager_unittest.cc
|
| @@ -18,8 +18,8 @@
|
| #include "base/trace_event/process_memory_dump.h"
|
| #include "base/trace_event/trace_buffer.h"
|
| #include "base/trace_event/trace_config_memory_test_util.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"
|
|
|
| using testing::_;
|
| using testing::AnyNumber;
|
|
|