#ifndef COMMON_UTIL_H_ #define COMMON_UTIL_H_ #include namespace android { typedef std::chrono::time_point SteadyClock; } // namespace android #endif // COMMON_UTIL_H_