commit | b6351623012db29f1ec7a0f0488d84ace4f6d49d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Dec 04 22:00:26 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Dec 04 22:00:26 2015 -0800 |
tree | 102023115eee53d7c35428afc02ab5fb011d88ac | |
parent | ebcc88331db7d3cc4d009bb5d070c480e10f98fd [diff] [blame] |
Track rename of base/ to android-base/. Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
diff --git a/test_utils.cpp b/test_utils.cpp index 22641e7..337ba7c 100644 --- a/test_utils.cpp +++ b/test_utils.cpp
@@ -14,8 +14,8 @@ * limitations under the License. */ -#include "base/logging.h" -#include "base/test_utils.h" +#include "android-base/logging.h" +#include "android-base/test_utils.h" #include "utils/Compat.h" // For OS_PATH_SEPARATOR. #include <fcntl.h>