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