summaryrefslogtreecommitdiffstats
path: root/libdexfile/dex/standard_dex_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdexfile/dex/standard_dex_file.h')
-rw-r--r--libdexfile/dex/standard_dex_file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdexfile/dex/standard_dex_file.h b/libdexfile/dex/standard_dex_file.h
index fd7e78f19f..838d4e3e78 100644
--- a/libdexfile/dex/standard_dex_file.h
+++ b/libdexfile/dex/standard_dex_file.h
@@ -32,7 +32,7 @@ class StandardDexFile : public DexFile {
// Same for now.
};
- struct CodeItem : public DexFile::CodeItem {
+ struct CodeItem : public dex::CodeItem {
static constexpr size_t kAlignment = 4;
private:
@@ -81,7 +81,7 @@ class StandardDexFile : public DexFile {
bool SupportsDefaultMethods() const override;
- uint32_t GetCodeItemSize(const DexFile::CodeItem& item) const override;
+ uint32_t GetCodeItemSize(const dex::CodeItem& item) const override;
size_t GetDequickenedSize() const override {
return Size();