| Index: base/nix/xdg_util_unittest.cc
|
| diff --git a/base/nix/xdg_util_unittest.cc b/base/nix/xdg_util_unittest.cc
|
| index a05435545abc8097bbe2af7f5f3a06ec10de0819..171173d6778c97a5dedbf3fb6b8cd719241626c4 100644
|
| --- a/base/nix/xdg_util_unittest.cc
|
| +++ b/base/nix/xdg_util_unittest.cc
|
| @@ -5,8 +5,8 @@
|
| #include "base/nix/xdg_util.h"
|
|
|
| #include "base/environment.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::Return;
|
|
|