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