diff options
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 89f3fb40ad..9b49c93ea6 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -89,10 +89,10 @@ class EXPORT CommonCompilerTestImpl { protected: virtual ClassLinker* GetClassLinker() = 0; virtual Runtime* GetRuntime() = 0; - class OneCompiledMethodStorage; private: class CodeAndMetadata; + class OneCompiledMethodStorage; std::vector<CodeAndMetadata> code_and_metadata_; }; |