| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 3abb36bd04287f4b02f6b305c297296548395496..0645a2ea363a765d7b68f58d035324f8feef05da 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -8,14 +8,15 @@
|
| #ifndef CONTENT_PUBLIC_COMMON_CONTENT_FEATURES_H_
|
| #define CONTENT_PUBLIC_COMMON_CONTENT_FEATURES_H_
|
|
|
| -#include "build/build_config.h"
|
| #include "base/feature_list.h"
|
| +#include "build/build_config.h"
|
| #include "content/common/content_export.h"
|
|
|
| namespace features {
|
|
|
| // All features in alphabetical order. The features should be documented
|
| // alongside the definition of their values in the .cc file.
|
| +CONTENT_EXPORT extern const base::Feature kDownloadResumption;
|
| CONTENT_EXPORT extern const base::Feature kExperimentalFramework;
|
|
|
| #if defined(OS_ANDROID)
|
|
|