summaryrefslogtreecommitdiff
path: root/chromium/third_party/leveldatabase/leveldb_features.h
blob: a18cfa0c94c590e520d06c9ef1d9630533b0007c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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_