summaryrefslogtreecommitdiff
path: root/tools/aapt2/Debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/Debug.h')
-rw-r--r--tools/aapt2/Debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aapt2/Debug.h b/tools/aapt2/Debug.h
index 4da92044cf2a..8015249e7d36 100644
--- a/tools/aapt2/Debug.h
+++ b/tools/aapt2/Debug.h
@@ -40,7 +40,8 @@ struct Debug {
static void DumpXml(const xml::XmlResource& doc, text::Printer* printer);
static void DumpResStringPool(const android::ResStringPool* pool, text::Printer* printer);
static void DumpOverlayable(const ResourceTable& table, text::Printer* printer);
- static void DumpChunks(const void* data, size_t len, text::Printer* printer, IDiagnostics* diag);
+ static void DumpChunks(const void* data, size_t len, text::Printer* printer,
+ android::IDiagnostics* diag);
};
} // namespace aapt