Clean up extension confirmation prompts and make them consistent between Views and...
[chromium-blink-merge.git] / net / test / channel_id_test_util.h
blobd5c39c472b72fc6c1d3ecbab7d1c76f51283a814
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_
8 #include <string>
10 #include "base/compiler_specific.h"
11 #include "testing/gtest/include/gtest/gtest.h"
13 namespace crypto {
14 class ECPrivateKey;
15 } // namespace crypto
17 namespace net {
19 ::testing::AssertionResult KeysEqual(crypto::ECPrivateKey* key1,
20 crypto::ECPrivateKey* key2)
21 WARN_UNUSED_RESULT;
23 } // namespace net
25 #endif // NET_TEST_CHANNEL_ID_TEST_UTIL_H_