summaryrefslogtreecommitdiff
path: root/chromium/testing/gmock/include/gmock/gmock.h
blob: 150140bf6ff73c7dd65e5c14f91d3041bfb87143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2017 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.

#ifndef TESTING_GMOCK_INCLUDE_GMOCK_GMOCK_H_
#define TESTING_GMOCK_INCLUDE_GMOCK_GMOCK_H_

// The file/directory layout of Google Test is not yet considered stable. Until
// it stabilizes, Chromium code will use forwarding headers in testing/gtest
// and testing/gmock, instead of directly including files in
// third_party/googletest.

#include "third_party/googletest/src/googlemock/include/gmock/gmock.h"  // IWYU pragma: export

#endif  // TESTING_GMOCK_INCLUDE_GMOCK_GMOCK_H_