Chromium Code Reviews| Index: components/history/core/browser/download_constants.h |
| diff --git a/components/history/core/browser/download_constants.h b/components/history/core/browser/download_constants.h |
| index ea21725fafa40443bf471be97ea1507ea226bda4..2f7d9d6248f540e9e271ccc9a6d8766f8b6266fc 100644 |
| --- a/components/history/core/browser/download_constants.h |
| +++ b/components/history/core/browser/download_constants.h |
| @@ -5,6 +5,7 @@ |
| #ifndef COMPONENTS_HISTORY_CORE_BROWSER_DOWNLOAD_CONSTANTS_H_ |
| #define COMPONENTS_HISTORY_CORE_BROWSER_DOWNLOAD_CONSTANTS_H_ |
| +#include "base/feature_list.h" |
|
asanka
2017/02/02 19:06:27
Not needed.
qinmin
2017/02/02 22:31:32
Done. removed
|
| #include "components/history/core/browser/download_types.h" |
| namespace history { |
| @@ -41,7 +42,6 @@ enum class DownloadDangerType { |
| // The value is controlled by the embedder except for the reserved id |
| // kInvalidDownloadId. |
| extern const DownloadId kInvalidDownloadId; |
| - |
| } // namespace |
| #endif // COMPONENTS_HISTORY_CORE_BROWSER_DOWNLOAD_CONSTANTS_H_ |