1 // Copyright 2015 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.
5 #ifndef NET_TEST_CHANNEL_ID_TEST_UTIL_H_
6 #define NET_TEST_CHANNEL_ID_TEST_UTIL_H_
10 #include "base/compiler_specific.h"
11 #include "testing/gtest/include/gtest/gtest.h"
19 ::testing::AssertionResult
KeysEqual(crypto::ECPrivateKey
* key1
,
20 crypto::ECPrivateKey
* key2
)
25 #endif // NET_TEST_CHANNEL_ID_TEST_UTIL_H_