diff options
Diffstat (limited to 'components/component_updater/pref_names.h')
-rw-r--r-- | components/component_updater/pref_names.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/components/component_updater/pref_names.h b/components/component_updater/pref_names.h new file mode 100644 index 0000000..aedc2b1 --- /dev/null +++ b/components/component_updater/pref_names.h @@ -0,0 +1,14 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#ifndef COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_ +#define COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_ + +namespace prefs { + +extern const char kRecoveryComponentVersion[]; + +} // namespace prefs + +#endif // COMPONENTS_COMPONENT_UPDATER_PREF_NAMES_H_ |