blob: a18cfa0c94c590e520d06c9ef1d9630533b0007c [file] [log] [blame]
// 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. See the AUTHORS file for names of contributors.
#ifndef THIRD_PARTY_LEVELDATABASE_LEVELDB_FEATURES_H_
#define THIRD_PARTY_LEVELDATABASE_LEVELDB_FEATURES_H_
#include "base/feature_list.h"
#include "leveldb/export.h"
namespace leveldb {
LEVELDB_EXPORT extern const base::Feature kLevelDBRewriteFeature;
} // namespace leveldb
#endif // THIRD_PARTY_LEVELDATABASE_LEVELDB_FEATURES_H_