commit | d9c90373d640a5e08072cf469c372e24a8c0fc35 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Sep 14 16:53:55 2016 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Wed Sep 14 19:57:21 2016 +0100 |
tree | 35615699aa6c12b21d9c0de7d11ccf0f088ba0d8 | |
parent | b180b893b5acb5c55251522465f9d20ed45c3b5a [diff] [blame] |
Move ArrayRef to runtime/base Will be used in upcoming CLs regarding VDEX and VerifierDeps. Test: m test-art-host Change-Id: I68e611a4a52246c2bdf45eab7c61f3212908afd4
diff --git a/compiler/driver/compiled_method_storage.h b/compiler/driver/compiled_method_storage.h index 8674abf..124b5a6 100644 --- a/compiler/driver/compiled_method_storage.h +++ b/compiler/driver/compiled_method_storage.h
@@ -20,9 +20,9 @@ #include <iosfwd> #include <memory> +#include "base/array_ref.h" #include "base/length_prefixed_array.h" #include "base/macros.h" -#include "utils/array_ref.h" #include "utils/dedupe_set.h" #include "utils/swap_space.h"