Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Side by Side Diff: chrome/browser/chromeos/net/cert_verify_proc_chromeos_unittest.cc

Issue 1547093002: Switch to standard integer types in chrome/browser/chromeos/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/chromeos/net/cert_verify_proc_chromeos.h" 5 #include "chrome/browser/chromeos/net/cert_verify_proc_chromeos.h"
6 6
7 #include <stddef.h>
8
7 #include "crypto/nss_util_internal.h" 9 #include "crypto/nss_util_internal.h"
8 #include "crypto/scoped_test_nss_chromeos_user.h" 10 #include "crypto/scoped_test_nss_chromeos_user.h"
9 #include "net/base/net_errors.h" 11 #include "net/base/net_errors.h"
10 #include "net/base/test_data_directory.h" 12 #include "net/base/test_data_directory.h"
11 #include "net/cert/cert_verify_proc.h" 13 #include "net/cert/cert_verify_proc.h"
12 #include "net/cert/cert_verify_result.h" 14 #include "net/cert/cert_verify_result.h"
13 #include "net/cert/nss_cert_database_chromeos.h" 15 #include "net/cert/nss_cert_database_chromeos.h"
14 #include "net/test/cert_test_util.h" 16 #include "net/test/cert_test_util.h"
15 #include "testing/gtest/include/gtest/gtest.h" 17 #include "testing/gtest/include/gtest/gtest.h"
16 18
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 372
371 INSTANTIATE_TEST_CASE_P( 373 INSTANTIATE_TEST_CASE_P(
372 Variations, 374 Variations,
373 CertVerifyProcChromeOSOrderingTest, 375 CertVerifyProcChromeOSOrderingTest,
374 ::testing::Combine( 376 ::testing::Combine(
375 ::testing::Bool(), 377 ::testing::Bool(),
376 ::testing::Range(0, 1 << 2), 378 ::testing::Range(0, 1 << 2),
377 ::testing::Values("d12", "d21", "1d2", "12d", "2d1", "21d"))); 379 ::testing::Values("d12", "d21", "1d2", "12d", "2d1", "21d")));
378 380
379 } // namespace chromeos 381 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/mobile_config.cc ('k') | chrome/browser/chromeos/net/network_portal_detector_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698