summaryrefslogtreecommitdiff
path: root/tools/aapt2/xml/XmlDom_test.cpp
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2017-09-29 14:49:15 -0700
committerAdam Lesinski <adamlesinski@google.com>2017-10-04 14:26:55 -0700
commit4670805ea441edb8b280f9312571e7799f1284cf (patch)
tree593cfa51011a51f443e9dbaa5934ea159e7ae1d7 /tools/aapt2/xml/XmlDom_test.cpp
parent65e91ce6c3aac8e350cbf5e1de2d2b13c78d792b (diff)
AAPT2: Move format related files under same directory
Test: make aapt2_tests Change-Id: Id72cdfc12ba3add294048e60c55f2461344464bf
Diffstat (limited to 'tools/aapt2/xml/XmlDom_test.cpp')
-rw-r--r--tools/aapt2/xml/XmlDom_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/xml/XmlDom_test.cpp b/tools/aapt2/xml/XmlDom_test.cpp
index 6b97ae67c363..4ba04430ced3 100644
--- a/tools/aapt2/xml/XmlDom_test.cpp
+++ b/tools/aapt2/xml/XmlDom_test.cpp
@@ -18,7 +18,7 @@
#include <string>
-#include "flatten/XmlFlattener.h"
+#include "format/binary/XmlFlattener.h"
#include "io/StringInputStream.h"
#include "test/Test.h"