Commit e0c8632f authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

[DevTools] Roll inspector_protocol (Chromium)

New Rev: 8c11f011735fedf71002e0f2f29a4a3a9546136e

Upstream Review:
"Include base/check.h in test_platform.h"
https://chromium-review.googlesource.com/c/deps/inspector_protocol/+/2253746

TBR=johannes

Bug: 1031540
Change-Id: Ibc4e620d5b535b7a07f55f0742b6a28b086b50df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2263832Reviewed-by: default avatarHans Wennborg <hans@chromium.org>
Commit-Queue: Hans Wennborg <hans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781865}
parent 56652153
...@@ -2,7 +2,7 @@ Name: inspector protocol ...@@ -2,7 +2,7 @@ Name: inspector protocol
Short Name: inspector_protocol Short Name: inspector_protocol
URL: https://chromium.googlesource.com/deps/inspector_protocol/ URL: https://chromium.googlesource.com/deps/inspector_protocol/
Version: 0 Version: 0
Revision: b7cda08cd6e522df2159413ba5f29d2a953cc1c4 Revision: 8c11f011735fedf71002e0f2f29a4a3a9546136e
License: BSD License: BSD
License File: LICENSE License File: LICENSE
Security Critical: yes Security Critical: yes
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <cstdint> #include <cstdint>
#include <string> #include <string>
#include <vector> #include <vector>
#include "base/logging.h" // Provides CHECK #include "base/check_op.h" // Provides CHECK and CHECK_EQ, etc.
#include "span.h" #include "span.h"
#include "testing/gmock/include/gmock/gmock.h" // Provides Gunit #include "testing/gmock/include/gmock/gmock.h" // Provides Gunit
#include "testing/gtest/include/gtest/gtest.h" // Provides Gmock #include "testing/gtest/include/gtest/gtest.h" // Provides Gmock
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment