diff options
Diffstat (limited to 'runtime/runtime.h')
| -rw-r--r-- | runtime/runtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 1acb75b255..1d1d0d3937 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -91,6 +91,7 @@ class LinearAlloc; class MonitorList; class MonitorPool; class NullPointerHandler; +class OatFileAssistantTest; class OatFileManager; class Plugin; struct RuntimeArgumentMap; @@ -1145,6 +1146,7 @@ class Runtime { // Note: See comments on GetFaultMessage. friend std::string GetFaultMessageForAbortLogging(); friend class ScopedThreadPoolUsage; + friend class OatFileAssistantTest; DISALLOW_COPY_AND_ASSIGN(Runtime); }; |