| Index: base/memory/memory_pressure_monitor_win_unittest.cc
|
| diff --git a/base/memory/memory_pressure_monitor_win_unittest.cc b/base/memory/memory_pressure_monitor_win_unittest.cc
|
| index d9a9575aeccb8004a6708b7e218e59274fd19320..cce70b99695aeaeef78c89f6511b0c9172d19bdf 100644
|
| --- a/base/memory/memory_pressure_monitor_win_unittest.cc
|
| +++ b/base/memory/memory_pressure_monitor_win_unittest.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/memory_pressure_listener.h"
|
| #include "base/message_loop/message_loop.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 base {
|
| namespace win {
|
|
|