| Index: components/version_ui/version_ui_constants.h
|
| diff --git a/components/version_ui/version_ui_constants.h b/components/version_ui/version_ui_constants.h
|
| index 13f6b6e8536a06124526fd758c05388475e3bcdd..02a8128fe89eafb781c6dd37342c5e9a1b9e38e9 100644
|
| --- a/components/version_ui/version_ui_constants.h
|
| +++ b/components/version_ui/version_ui_constants.h
|
| @@ -60,6 +60,8 @@ extern const char kOSType[];
|
| #endif
|
| #if defined(OS_ANDROID)
|
| extern const char kOSVersion[];
|
| +extern const char kGmsName[];
|
| +extern const char kGmsVersion[];
|
| #endif
|
| #if defined(OS_CHROMEOS)
|
| extern const char kPlatform[];
|
|
|