summaryrefslogtreecommitdiffstats
path: root/dexlayout/dexlayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'dexlayout/dexlayout.h')
-rw-r--r--dexlayout/dexlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dexlayout/dexlayout.h b/dexlayout/dexlayout.h
index 6e006b7686..535f789f95 100644
--- a/dexlayout/dexlayout.h
+++ b/dexlayout/dexlayout.h
@@ -182,7 +182,7 @@ class DexLayout {
std::string* error_msg);
void DumpCFG(const DexFile* dex_file, int idx);
- void DumpCFG(const DexFile* dex_file, uint32_t dex_method_idx, const DexFile::CodeItem* code);
+ void DumpCFG(const DexFile* dex_file, uint32_t dex_method_idx, const dex::CodeItem* code);
Options& options_;
ProfileCompilationInfo* info_;