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

Side by Side Diff: ios/chrome/browser/net/proxy_service_factory.h

Issue 1544743002: Switch to standard integer types in ios/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 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 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 IOS_CHROME_BROWSER_NET_PROXY_SERVICE_FACTORY_H_ 5 #ifndef IOS_CHROME_BROWSER_NET_PROXY_SERVICE_FACTORY_H_
6 #define IOS_CHROME_BROWSER_NET_PROXY_SERVICE_FACTORY_H_ 6 #define IOS_CHROME_BROWSER_NET_PROXY_SERVICE_FACTORY_H_
7 7
8 #include "base/basictypes.h"
9 #include "base/macros.h" 8 #include "base/macros.h"
10 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
11 10
12 class PrefProxyConfigTracker; 11 class PrefProxyConfigTracker;
13 class PrefService; 12 class PrefService;
14 13
15 namespace net { 14 namespace net {
16 class NetLog; 15 class NetLog;
17 class NetworkDelegate; 16 class NetworkDelegate;
18 class ProxyConfigService; 17 class ProxyConfigService;
(...skipping 27 matching lines...) Expand all
46 scoped_ptr<net::ProxyConfigService> proxy_config_service, 45 scoped_ptr<net::ProxyConfigService> proxy_config_service,
47 bool quick_check_enabled); 46 bool quick_check_enabled);
48 47
49 private: 48 private:
50 DISALLOW_COPY_AND_ASSIGN(ProxyServiceFactory); 49 DISALLOW_COPY_AND_ASSIGN(ProxyServiceFactory);
51 }; 50 };
52 51
53 } // namespace ios 52 } // namespace ios
54 53
55 #endif // IOS_CHROME_BROWSER_NET_PROXY_SERVICE_FACTORY_H_ 54 #endif // IOS_CHROME_BROWSER_NET_PROXY_SERVICE_FACTORY_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/net/ios_chrome_url_request_context_getter.cc ('k') | ios/chrome/browser/passwords/password_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698