Index: components/leveldb_proto/leveldb_database.h |
diff --git a/components/leveldb_proto/leveldb_database.h b/components/leveldb_proto/leveldb_database.h |
index 070b4b715e4c8edb6d4c8e70c2e31b40527f6ed0..ad87d06abd23e4052ed3fbcc8f98bcd4ddfbfcbd 100644 |
--- a/components/leveldb_proto/leveldb_database.h |
+++ b/components/leveldb_proto/leveldb_database.h |
@@ -44,6 +44,8 @@ class LevelDB { |
const std::vector<std::string>& keys_to_remove); |
virtual bool Load(std::vector<std::string>* entries); |
+ static bool Destroy(const base::FilePath& database_dir); |
+ |
private: |
DFAKE_MUTEX(thread_checker_); |