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

Side by Side Diff: chrome/browser/io_thread.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 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 (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 CHROME_BROWSER_IO_THREAD_H_ 5 #ifndef CHROME_BROWSER_IO_THREAD_H_
6 #define CHROME_BROWSER_IO_THREAD_H_ 6 #define CHROME_BROWSER_IO_THREAD_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 } 71 }
72 72
73 namespace net { 73 namespace net {
74 class CTPolicyEnforcer; 74 class CTPolicyEnforcer;
75 class CertVerifier; 75 class CertVerifier;
76 class ChannelIDService; 76 class ChannelIDService;
77 class CookieStore; 77 class CookieStore;
78 class CTLogVerifier; 78 class CTLogVerifier;
79 class HostMappingRules; 79 class HostMappingRules;
80 class HostResolver; 80 class HostResolver;
81 class HttpAuthHandlerRegistryFactory;
82 class HttpAuthPreferences; 81 class HttpAuthPreferences;
83 class HttpServerProperties; 82 class HttpServerProperties;
84 class HttpTransactionFactory; 83 class HttpTransactionFactory;
85 class HttpUserAgentSettings; 84 class HttpUserAgentSettings;
86 class LoggingNetworkChangeObserver; 85 class LoggingNetworkChangeObserver;
87 class NetworkDelegate; 86 class NetworkDelegate;
88 class NetworkQualityEstimator; 87 class NetworkQualityEstimator;
89 class ProxyConfigService; 88 class ProxyConfigService;
90 class ProxyService; 89 class ProxyService;
91 class SSLConfigService; 90 class SSLConfigService;
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 // Callback for updating data use prefs which needs to be initialized on UI 402 // Callback for updating data use prefs which needs to be initialized on UI
404 // thread and passed to |DataUseNetworkDelegate|. 403 // thread and passed to |DataUseNetworkDelegate|.
405 metrics::UpdateUsagePrefCallbackType metrics_data_use_forwarder_; 404 metrics::UpdateUsagePrefCallbackType metrics_data_use_forwarder_;
406 405
407 base::WeakPtrFactory<IOThread> weak_factory_; 406 base::WeakPtrFactory<IOThread> weak_factory_;
408 407
409 DISALLOW_COPY_AND_ASSIGN(IOThread); 408 DISALLOW_COPY_AND_ASSIGN(IOThread);
410 }; 409 };
411 410
412 #endif // CHROME_BROWSER_IO_THREAD_H_ 411 #endif // CHROME_BROWSER_IO_THREAD_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698