summaryrefslogtreecommitdiff
path: root/iotop
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-04 14:00:57 -0800
committerElliott Hughes <enh@google.com>2015-12-04 14:00:57 -0800
commit66dd09e8e2407082ce93bf0784de641298131912 (patch)
tree31ac5585be49d7f7a87f7651fb008a177ff6b49d /iotop
parentdd7f62ed576e70e73a92b278c99dcba0d27f33a5 (diff)
downloadextras-66dd09e8e2407082ce93bf0784de641298131912.tar.gz
Track rename from base/ to android-base/.
Change-Id: Ic15d4778c7accd1382de0b440a437aba2cf67016
Diffstat (limited to 'iotop')
-rw-r--r--iotop/iotop.cpp2
-rw-r--r--iotop/tasklist.cpp2
-rw-r--r--iotop/taskstats.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/iotop/iotop.cpp b/iotop/iotop.cpp
index a7d569bd..828fb32c 100644
--- a/iotop/iotop.cpp
+++ b/iotop/iotop.cpp
@@ -22,7 +22,7 @@
#include <unordered_map>
#include <vector>
-#include <base/logging.h>
+#include <android-base/logging.h>
#include "tasklist.h"
#include "taskstats.h"
diff --git a/iotop/tasklist.cpp b/iotop/tasklist.cpp
index c1041a46..f81143fb 100644
--- a/iotop/tasklist.cpp
+++ b/iotop/tasklist.cpp
@@ -23,7 +23,7 @@
#include <string>
#include <vector>
-#include <base/stringprintf.h>
+#include <android-base/stringprintf.h>
#include "tasklist.h"
diff --git a/iotop/taskstats.cpp b/iotop/taskstats.cpp
index 34e91e03..60c933d1 100644
--- a/iotop/taskstats.cpp
+++ b/iotop/taskstats.cpp
@@ -20,7 +20,7 @@
#include <algorithm>
#include <memory>
-#include <base/logging.h>
+#include <android-base/logging.h>
#include "taskstats.h"