1 // Copyright 2017 The Chromium Authors 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 #ifndef TESTING_GMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_ 6 #define TESTING_GMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_ 7 8 // The file/directory layout of Google Test is not yet considered stable. Until 9 // it stabilizes, Chromium code will use forwarding headers in testing/gtest 10 // and testing/gmock, instead of directly including files in 11 // third_party/googletest. 12 13 #include "third_party/googletest/src/googlemock/include/gmock/gmock-actions.h" 14 15 #endif // TESTING_GMOCK_INCLUDE_GMOCK_GMOCK_ACTIONS_H_