From 33083d626dbf2c8b06badfd73f50e98114483059 Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Wed, 18 Jan 2017 15:29:12 -0800 Subject: 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 --- compiler/common_compiler_test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/common_compiler_test.h') 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 { -- cgit v1.2.3-59-g8ed1b