Avi Drissman | 8ba1bad | 2022-09-13 19:22:36 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors |
mark | dde55ab | 2017-04-10 19:15:01 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #ifndef COMPONENTS_VERSION_INFO_CHANNEL_H_ |
| 6 | #define COMPONENTS_VERSION_INFO_CHANNEL_H_ |
| 7 | |
Henrique Nakashima | 778e4216 | 2024-01-05 19:51:57 | [diff] [blame] | 8 | #include "base/version_info/channel.h" |
mark | dde55ab | 2017-04-10 19:15:01 | [diff] [blame] | 9 | |
| 10 | #endif // COMPONENTS_VERSION_INFO_CHANNEL_H_ |