diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2022-09-29 16:16:15 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2022-11-09 10:04:06 +0000 |
commit | a95a7417ad456115a1ef2da4bb8320531c0821f1 (patch) | |
tree | edcd59279e486d2fd4a8f88a7ed025bcf925c6e6 /chromium/testing/gmock | |
parent | 33fc33aa94d4add0878ec30dc818e34e1dd3cc2a (diff) | |
download | qtwebengine-chromium-a95a7417ad456115a1ef2da4bb8320531c0821f1.tar.gz |
BASELINE: Update Chromium to 106.0.5249.126
Change-Id: Ib0bb21c437a7d1686e21c33f2d329f2ac425b7ab
Reviewed-on: https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/438936
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/testing/gmock')
-rw-r--r-- | chromium/testing/gmock/include/gmock/gmock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/testing/gmock/include/gmock/gmock.h b/chromium/testing/gmock/include/gmock/gmock.h index f3ba2ef5f20..150140bf6ff 100644 --- a/chromium/testing/gmock/include/gmock/gmock.h +++ b/chromium/testing/gmock/include/gmock/gmock.h @@ -10,6 +10,6 @@ // and testing/gmock, instead of directly including files in // third_party/googletest. -#include "third_party/googletest/src/googlemock/include/gmock/gmock.h" +#include "third_party/googletest/src/googlemock/include/gmock/gmock.h" // IWYU pragma: export -#endif // TESTING_GMOCK_INCLUDE_GMOCK_GMOCK_H_
\ No newline at end of file +#endif // TESTING_GMOCK_INCLUDE_GMOCK_GMOCK_H_ |