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

Side by Side Diff: net/proxy/proxy_config_service_linux.h

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef Created 5 years 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/proxy/proxy_config_service_ios.h ('k') | net/proxy/proxy_config_service_linux.cc » ('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_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_ 5 #ifndef NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_
6 #define NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_ 6 #define NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_
7 7
8 #include <stddef.h>
9
8 #include <string> 10 #include <string>
9 #include <vector> 11 #include <vector>
10 12
11 #include "base/basictypes.h"
12 #include "base/compiler_specific.h" 13 #include "base/compiler_specific.h"
13 #include "base/environment.h" 14 #include "base/environment.h"
15 #include "base/macros.h"
14 #include "base/memory/ref_counted.h" 16 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h" 17 #include "base/memory/scoped_ptr.h"
16 #include "base/observer_list.h" 18 #include "base/observer_list.h"
17 #include "net/base/net_export.h" 19 #include "net/base/net_export.h"
18 #include "net/proxy/proxy_config.h" 20 #include "net/proxy/proxy_config.h"
19 #include "net/proxy/proxy_config_service.h" 21 #include "net/proxy/proxy_config_service.h"
20 #include "net/proxy/proxy_server.h" 22 #include "net/proxy/proxy_server.h"
21 23
22 namespace base { 24 namespace base {
23 class SingleThreadTaskRunner; 25 class SingleThreadTaskRunner;
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 305
304 private: 306 private:
305 scoped_refptr<Delegate> delegate_; 307 scoped_refptr<Delegate> delegate_;
306 308
307 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceLinux); 309 DISALLOW_COPY_AND_ASSIGN(ProxyConfigServiceLinux);
308 }; 310 };
309 311
310 } // namespace net 312 } // namespace net
311 313
312 #endif // NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_ 314 #endif // NET_PROXY_PROXY_CONFIG_SERVICE_LINUX_H_
OLDNEW
« no previous file with comments | « net/proxy/proxy_config_service_ios.h ('k') | net/proxy/proxy_config_service_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698