| Index: content/renderer/effective_connection_type_helper.cc | 
| diff --git a/content/renderer/effective_connection_type_helper.cc b/content/renderer/effective_connection_type_helper.cc | 
| index 7325420200b84d24381cccc7db04693516d89645..fb360d80302ccdfdd65223182a1382d1610d03cc 100644 | 
| --- a/content/renderer/effective_connection_type_helper.cc | 
| +++ b/content/renderer/effective_connection_type_helper.cc | 
| @@ -3,13 +3,10 @@ | 
| // found in the LICENSE file. | 
|  | 
| #include "content/renderer/effective_connection_type_helper.h" | 
| +#include "third_party/WebKit/Source/platform/wtf/Assertions.h" | 
|  | 
| namespace content { | 
|  | 
| -#define STATIC_ASSERT_ENUM(a, b)                            \ | 
| -  static_assert(static_cast<int>(a) == static_cast<int>(b), \ | 
| -                "mismatching enums: " #a) | 
| - | 
| STATIC_ASSERT_ENUM(net::EFFECTIVE_CONNECTION_TYPE_UNKNOWN, | 
| blink::WebEffectiveConnectionType::kTypeUnknown); | 
| STATIC_ASSERT_ENUM(net::EFFECTIVE_CONNECTION_TYPE_OFFLINE, | 
|  |