| Index: components/version_info/version_info.h | 
| diff --git a/components/version_info/version_info.h b/components/version_info/version_info.h | 
| index 59a074ed17eca240b7ec32b9cc18f90787935478..62125412b65a363dcc26be9387a3d31907e19867 100644 | 
| --- a/components/version_info/version_info.h | 
| +++ b/components/version_info/version_info.h | 
| @@ -7,10 +7,9 @@ | 
|  | 
| #include <string> | 
|  | 
| -namespace version_info { | 
| +#include "components/version_info/channel.h" | 
|  | 
| -// The possible channels for an installation, from most fun to most stable. | 
| -enum class Channel { UNKNOWN = 0, CANARY, DEV, BETA, STABLE }; | 
| +namespace version_info { | 
|  | 
| // Returns the product name and version information for UserAgent header, | 
| // e.g. "Chrome/a.b.c.d". | 
|  |