| #ifndef ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_ | |
| #define ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_ | |
| // Returns the revision file path. | |
| // This exists in a separate file so that it can be replaced for | |
| // testing. | |
| const char* dvr_product_revision_file_path(); | |
| #endif // ANDROID_DVR_LIBDVRCOMMON_REVISION_PATH_H_ |