leveldb_features.h 551 B

123456789101112131415
  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. See the AUTHORS file for names of contributors.
  4. #ifndef THIRD_PARTY_LEVELDATABASE_LEVELDB_FEATURES_H_
  5. #define THIRD_PARTY_LEVELDATABASE_LEVELDB_FEATURES_H_
  6. #include "base/feature_list.h"
  7. #include "leveldb/export.h"
  8. namespace leveldb {
  9. LEVELDB_EXPORT extern const base::Feature kLevelDBRewriteFeature;
  10. } // namespace leveldb
  11. #endif // THIRD_PARTY_LEVELDATABASE_LEVELDB_FEATURES_H_