diff options
| author | 2017-01-19 19:42:25 +0000 | |
|---|---|---|
| committer | 2017-01-19 19:42:25 +0000 | |
| commit | 7af8c6a499927fbd5fdd74527ee5d3cc84b438ca (patch) | |
| tree | c9bed177c07d4775f7d02dd7f9a40c5c454da320 /compiler/common_compiler_test.h | |
| parent | f78f64b2bef1646a87f011b3b146d705aedb0bde (diff) | |
| parent | 33083d626dbf2c8b06badfd73f50e98114483059 (diff) | |
Merge "Rename offline_profiling_info to profile_compilation_info"
Diffstat (limited to 'compiler/common_compiler_test.h')
| -rw-r--r-- | compiler/common_compiler_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index f4838c1119..0d45a50053 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -23,7 +23,7 @@ #include "common_runtime_test.h" #include "compiler.h" -#include "jit/offline_profiling_info.h" +#include "jit/profile_compilation_info.h" #include "oat_file.h" namespace art { |