| Index: third_party/breakpad/linux/breakpad_googletest_includes.h
|
| diff --git a/third_party/tcmalloc/vendor/src/google/heap-checker.h b/third_party/breakpad/linux/breakpad_googletest_includes.h
|
| similarity index 85%
|
| copy from third_party/tcmalloc/vendor/src/google/heap-checker.h
|
| copy to third_party/breakpad/linux/breakpad_googletest_includes.h
|
| index 8aa5ea49ca95a2ee8e468bd118ecbf5910c9903c..aeab31563d41063c69d26fcf9da83b1397e0d67d 100644
|
| --- a/third_party/tcmalloc/vendor/src/google/heap-checker.h
|
| +++ b/third_party/breakpad/linux/breakpad_googletest_includes.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2005, Google Inc.
|
| +// Copyright (c) 2009, Google Inc.
|
| // All rights reserved.
|
| //
|
| // Redistribution and use in source and binary forms, with or without
|
| @@ -27,7 +27,10 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -/* The code has moved to gperftools/. Use that include-directory for
|
| - * new code.
|
| - */
|
| -#include <gperftools/heap-checker.h>
|
| +#ifndef BREAKPAD_GOOGLETEST_INCLUDES_H__
|
| +#define BREAKPAD_GOOGLETEST_INCLUDES_H__
|
| +
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "testing/gmock/include/gmock/gmock.h"
|
| +
|
| +#endif // BREAKPAD_GOOGLETEST_INCLUDES_H__
|
|
|