| // Copyright 2018 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 BASE_TASK_TASK_FEATURES_H_ | |
| #define BASE_TASK_TASK_FEATURES_H_ | |
| #include "base/base_export.h" | |
| namespace base { | |
| struct Feature; | |
| extern const BASE_EXPORT base::Feature kMergeBlockingNonBlockingPools; | |
| } // namespace base | |
| #endif // BASE_TASK_TASK_FEATURES_H_ |