Home | History | Annotate | Download | only in gmock
      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 mock-log.h
      6 
      7 #ifndef GMOCK_MOCK_LOG_H_
      8 #define GMOCK_MOCK_LOG_H_
      9 
     10 #include "testing/base/public/mock-log.h"
     11 
     12 #endif  // GMOCK_MOCK_LOG_H_
     13