diff options
author | Elliott Hughes <enh@google.com> | 2015-12-04 22:00:26 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-12-04 22:00:26 -0800 |
commit | 4f71319df011d796a60a43fc1bc68e16fbf7d321 (patch) | |
tree | 5e9b64a97edcda3dbb1d40c617bdd9b179deb259 /base/test_utils.cpp | |
parent | 1efab7acc5d5b69dced70b6d04070d36f7c9632d (diff) | |
download | system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.gz system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.bz2 system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.zip |
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'base/test_utils.cpp')
-rw-r--r-- | base/test_utils.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/test_utils.cpp b/base/test_utils.cpp index 22641e79d..337ba7c44 100644 --- a/base/test_utils.cpp +++ b/base/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> |