Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Track rename from base/ to android-base/.
Browse files Browse the repository at this point in the history
Change-Id: I0a4592945400b1fa6892bf7c1fa8659fd711efa3
  • Loading branch information
enh-google committed Dec 4, 2015
1 parent 2558b11 commit 939a7e0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion benchmarks/Benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <string>
#include <vector>

#include <base/stringprintf.h>
#include <android-base/stringprintf.h>

#include <benchmark/Benchmark.h>

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <string>

#include <base/stringprintf.h>
#include <android-base/stringprintf.h>

int Round(int n) {
int base = 1;
Expand Down
2 changes: 1 addition & 1 deletion linker/linker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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&);
Expand Down
4 changes: 2 additions & 2 deletions tests/unistd_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions tests/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 939a7e0

Please sign in to comment.