| Index: components/component_updater/pref_names.h
|
| diff --git a/components/component_updater/pref_names.h b/components/component_updater/pref_names.h
|
| index aedc2b1adc2e6b1f081b0a7d0e9656676b30a8ad..4e42086f23c3b313e2b23a5ab63aed535f28f5a4 100644
|
| --- a/components/component_updater/pref_names.h
|
| +++ b/components/component_updater/pref_names.h
|
| @@ -9,6 +9,10 @@ namespace prefs {
|
|
|
| extern const char kRecoveryComponentVersion[];
|
|
|
| +#if defined(OS_WIN)
|
| +extern const char kSwReporterExecuteTryCount[];
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|
| #endif // COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_
|
|
|