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

Side by Side Diff: net/tools/transport_security_state_generator/transport_security_state_entry.cc

Issue 2660793002: Add transport security state generator tests. (Closed)
Patch Set: export method for tests Created 3 years, 10 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 (c) 2016 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2016 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 #include "net/tools/transport_security_state_generator/transport_security_state_ entry.h" 5 #include "net/tools/transport_security_state_generator/transport_security_state_ entry.h"
5 6
6 namespace net { 7 namespace net {
7 8
8 namespace transport_security_state { 9 namespace transport_security_state {
9 10
10 TransportSecurityStateEntry::TransportSecurityStateEntry() {} 11 TransportSecurityStateEntry::TransportSecurityStateEntry() {}
11 TransportSecurityStateEntry::~TransportSecurityStateEntry() {} 12 TransportSecurityStateEntry::~TransportSecurityStateEntry() {}
12 13
13 } // namespace transport_security_state 14 } // namespace transport_security_state
14 15
15 } // namespace 16 } // namespace
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698