aboutsummaryrefslogtreecommitdiff
path: root/google3/gmock/mock-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'google3/gmock/mock-log.h')
-rw-r--r--google3/gmock/mock-log.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/google3/gmock/mock-log.h b/google3/gmock/mock-log.h
new file mode 100644
index 0000000..0ed4e4a
--- /dev/null
+++ b/google3/gmock/mock-log.h
@@ -0,0 +1,12 @@
+// Copyright 2012 Google Inc. All Rights Reserved.
+// Author: sameeragarwal@google.com (Sameer Agarwal)
+//
+// Shim file to translate the paths from the OSS version to the
+// google3 version of mock-log.h
+
+#ifndef GMOCK_MOCK_LOG_H_
+#define GMOCK_MOCK_LOG_H_
+
+#include "testing/base/public/mock-log.h"
+
+#endif // GMOCK_MOCK_LOG_H_