summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authorleveldb Team <no-reply@google.com>2019-11-25 09:29:06 -0800
committerVictor Costan <pwnall@chromium.org>2019-12-02 11:44:39 -0800
commit583a42b5961dfd1804b5588a0ad2723becc8cc6a (patch)
tree2a66f85d144a29799430c43d2554d78be2b18a22 /table
parentdb8352187b2c2d037b6fe215b7f82415789ec71f (diff)
downloadleveldb-583a42b5961dfd1804b5588a0ad2723becc8cc6a.tar.gz
Internal change.
PiperOrigin-RevId: 282373286
Diffstat (limited to 'table')
-rw-r--r--table/filter_block_test.cc2
-rw-r--r--table/table_test.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/table/filter_block_test.cc b/table/filter_block_test.cc
index 53be948..91a6be2 100644
--- a/table/filter_block_test.cc
+++ b/table/filter_block_test.cc
@@ -4,7 +4,7 @@
#include "table/filter_block.h"
-#include "third_party/googletest/googletest/include/gtest/gtest.h"
+#include "gtest/gtest.h"
#include "leveldb/filter_policy.h"
#include "util/coding.h"
#include "util/hash.h"
diff --git a/table/table_test.cc b/table/table_test.cc
index 09d1b5d..713b63e 100644
--- a/table/table_test.cc
+++ b/table/table_test.cc
@@ -7,7 +7,7 @@
#include <map>
#include <string>
-#include "third_party/googletest/googletest/include/gtest/gtest.h"
+#include "gtest/gtest.h"
#include "db/dbformat.h"
#include "db/memtable.h"
#include "db/write_batch_internal.h"