OLD | NEW |
(Empty) | |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 // The file/directory layout of Google Test is not yet considered stable. Until |
| 6 // it stabilizes, Chromium code will use forwarding headers in testing/gtest |
| 7 // and testing/gmock, instead of directly including files in |
| 8 // third_party/googletest. |
| 9 |
| 10 #include "third_party/googletest/src/googletest/include/gtest/gtest-spi.h" |
OLD | NEW |