diff options
Diffstat (limited to 'base/test_main.cpp')
-rw-r--r-- | base/test_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/test_main.cpp b/base/test_main.cpp index 546923d9b..7fa6a8425 100644 --- a/base/test_main.cpp +++ b/base/test_main.cpp @@ -16,7 +16,7 @@ #include <gtest/gtest.h> -#include "base/logging.h" +#include "android-base/logging.h" int main(int argc, char** argv) { ::testing::InitGoogleTest(&argc, argv); |