diff options
author | Calin Juravle <calin@google.com> | 2017-01-18 15:29:12 -0800 |
---|---|---|
committer | Calin Juravle <calin@google.com> | 2017-01-18 19:00:21 -0800 |
commit | 33083d626dbf2c8b06badfd73f50e98114483059 (patch) | |
tree | f6f5db21855a6182b591b57e6a34e5c1fc41b7d0 /compiler/driver/compiler_driver_test.cc | |
parent | fd5f52b60cfa217fb0c4d7dcabdd0336b55990d7 (diff) |
Rename offline_profiling_info to profile_compilation_info
This solves a long standing TODO to align the names of the files and the
class.
Bug: 32434870
Test: test-art-host
Change-Id: I2707da8fef8736a7223189d894fc00ff11bfab12
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
-rw-r--r-- | compiler/driver/compiler_driver_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc index 12684c09c0..1e4ca16844 100644 --- a/compiler/driver/compiler_driver_test.cc +++ b/compiler/driver/compiler_driver_test.cc @@ -32,7 +32,7 @@ #include "mirror/object_array-inl.h" #include "mirror/object-inl.h" #include "handle_scope-inl.h" -#include "jit/offline_profiling_info.h" +#include "jit/profile_compilation_info.h" #include "scoped_thread_state_change-inl.h" namespace art { |