Track rename from base/ to android-base/.

Change-Id: I0a4592945400b1fa6892bf7c1fa8659fd711efa3
This commit is contained in:
Elliott Hughes 2015-12-04 15:27:46 -08:00
parent 2558b11230
commit 939a7e0119
5 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@
#include <string>
#include <vector>
#include <base/stringprintf.h>
#include <android-base/stringprintf.h>
#include <benchmark/Benchmark.h>

View File

@ -23,7 +23,7 @@
#include <string>
#include <base/stringprintf.h>
#include <android-base/stringprintf.h>
int Round(int n) {
int base = 1;

View File

@ -60,7 +60,7 @@
#include "linker_reloc_iterators.h"
#include "linker_utils.h"
#include "base/strings.h"
#include "android-base/strings.h"
#include "ziparchive/zip_archive.h"
extern void __libc_init_globals(KernelArgumentBlock&);

View File

@ -30,8 +30,8 @@
#include <sys/wait.h>
#include <unistd.h>
#include <base/file.h>
#include <base/strings.h>
#include <android-base/file.h>
#include <android-base/strings.h>
#include "private/get_cpu_count_from_string.h"

View File

@ -24,8 +24,8 @@
#include <string>
#include <regex>
#include <base/file.h>
#include <base/stringprintf.h>
#include <android-base/file.h>
#include <android-base/stringprintf.h>
#include "private/ScopeGuard.h"