summaryrefslogtreecommitdiff
path: root/util/testutil.h
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 /util/testutil.h
parentdb8352187b2c2d037b6fe215b7f82415789ec71f (diff)
downloadleveldb-583a42b5961dfd1804b5588a0ad2723becc8cc6a.tar.gz
Internal change.
PiperOrigin-RevId: 282373286
Diffstat (limited to 'util/testutil.h')
-rw-r--r--util/testutil.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/testutil.h b/util/testutil.h
index 5765afb..cc67d96 100644
--- a/util/testutil.h
+++ b/util/testutil.h
@@ -5,8 +5,8 @@
#ifndef STORAGE_LEVELDB_UTIL_TESTUTIL_H_
#define STORAGE_LEVELDB_UTIL_TESTUTIL_H_
-#include "third_party/googletest/googlemock/include/gmock/gmock.h"
-#include "third_party/googletest/googletest/include/gtest/gtest.h"
+#include "gmock/gmock.h"
+#include "gtest/gtest.h"
#include "helpers/memenv/memenv.h"
#include "leveldb/env.h"
#include "leveldb/slice.h"