Victor Costan | 4c2f3e92 | 2018-08-21 04:47:59 | [diff] [blame^] | 1 | // Copyright 2018 The Chromium Authors. All rights reserved. |
| 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 SQL_SQL_FEATURES_H_ |
| 6 | #define SQL_SQL_FEATURES_H_ |
| 7 | |
| 8 | #include "base/feature_list.h" |
| 9 | #include "sql/sql_export.h" |
| 10 | |
| 11 | namespace sql { |
| 12 | |
| 13 | namespace features { |
| 14 | |
| 15 | SQL_EXPORT extern const base::Feature kSqlTempStoreMemory; |
| 16 | |
| 17 | } // namespace features |
| 18 | |
| 19 | } // namespace sql |
| 20 | |
| 21 | #endif // SQL_SQL_FEATURES_H_ |