Merge "Track rename from base/ to android-base/."
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include <base/stringprintf.h>
|
||||
#include <android-base/stringprintf.h>
|
||||
|
||||
#include <benchmark/Benchmark.h>
|
||||
|
||||
|
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <base/stringprintf.h>
|
||||
#include <android-base/stringprintf.h>
|
||||
|
||||
int Round(int n) {
|
||||
int base = 1;
|
||||
|
@@ -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&);
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user