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

Side by Side Diff: net/http/http_server_properties_impl.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 2 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
« no previous file with comments | « net/http/http_security_headers.h ('k') | net/http/http_server_properties_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef NET_HTTP_HTTP_SERVER_PROPERTIES_IMPL_H_ 5 #ifndef NET_HTTP_HTTP_SERVER_PROPERTIES_IMPL_H_
6 #define NET_HTTP_HTTP_SERVER_PROPERTIES_IMPL_H_ 6 #define NET_HTTP_HTTP_SERVER_PROPERTIES_IMPL_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <map> 9 #include <map>
10 #include <set> 10 #include <set>
11 #include <string> 11 #include <string>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/basictypes.h" 14 #include "base/basictypes.h"
15 #include "base/containers/hash_tables.h" 15 #include "base/containers/hash_tables.h"
16 #include "base/gtest_prod_util.h"
17 #include "base/threading/non_thread_safe.h" 16 #include "base/threading/non_thread_safe.h"
18 #include "base/values.h" 17 #include "base/values.h"
19 #include "net/base/host_port_pair.h" 18 #include "net/base/host_port_pair.h"
20 #include "net/base/linked_hash_map.h" 19 #include "net/base/linked_hash_map.h"
21 #include "net/base/net_export.h" 20 #include "net/base/net_export.h"
22 #include "net/http/http_server_properties.h" 21 #include "net/http/http_server_properties.h"
23 22
24 namespace base { 23 namespace base {
25 class ListValue; 24 class ListValue;
26 } 25 }
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 double alternative_service_probability_threshold_; 178 double alternative_service_probability_threshold_;
180 179
181 base::WeakPtrFactory<HttpServerPropertiesImpl> weak_ptr_factory_; 180 base::WeakPtrFactory<HttpServerPropertiesImpl> weak_ptr_factory_;
182 181
183 DISALLOW_COPY_AND_ASSIGN(HttpServerPropertiesImpl); 182 DISALLOW_COPY_AND_ASSIGN(HttpServerPropertiesImpl);
184 }; 183 };
185 184
186 } // namespace net 185 } // namespace net
187 186
188 #endif // NET_HTTP_HTTP_SERVER_PROPERTIES_IMPL_H_ 187 #endif // NET_HTTP_HTTP_SERVER_PROPERTIES_IMPL_H_
OLDNEW
« no previous file with comments | « net/http/http_security_headers.h ('k') | net/http/http_server_properties_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698