1 // Copyright 2012 Google Inc. All Rights Reserved. 2 // Author: sameeragarwal@google.com (Sameer Agarwal) 3 // 4 // Shim file to translate the paths from the OSS version to the 5 // google3 version of gmock. 6 7 #ifndef GMOCK_GMOCK_H_ 8 #define GMOCK_GMOCK_H_ 9 10 #include "testing/base/public/gmock.h" 11 12 #endif // GMOCK_GMOCK_H_ 13