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

Side by Side Diff: chrome/browser/net/crl_set_fetcher.h

Issue 11087021: Cleanup: IWYU for base/time.h. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | Annotate | Revision Log
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_NET_CRL_SET_FETCHER_H_ 5 #ifndef CHROME_BROWSER_NET_CRL_SET_FETCHER_H_
6 #define CHROME_BROWSER_NET_CRL_SET_FETCHER_H_ 6 #define CHROME_BROWSER_NET_CRL_SET_FETCHER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/time.h"
13 #include "chrome/browser/component_updater/component_updater_service.h" 12 #include "chrome/browser/component_updater/component_updater_service.h"
14 13
15 class FilePath; 14 class FilePath;
16 15
17 namespace base { 16 namespace base {
18 class DictionaryValue; 17 class DictionaryValue;
19 } 18 }
20 19
21 namespace net { 20 namespace net {
22 class CRLSet; 21 class CRLSet;
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 ComponentUpdateService* cus_; 64 ComponentUpdateService* cus_;
66 65
67 // We keep a pointer to the current CRLSet for use on the FILE thread when 66 // We keep a pointer to the current CRLSet for use on the FILE thread when
68 // applying delta updates. 67 // applying delta updates.
69 scoped_refptr<net::CRLSet> crl_set_; 68 scoped_refptr<net::CRLSet> crl_set_;
70 69
71 DISALLOW_COPY_AND_ASSIGN(CRLSetFetcher); 70 DISALLOW_COPY_AND_ASSIGN(CRLSetFetcher);
72 }; 71 };
73 72
74 #endif // CHROME_BROWSER_NET_CRL_SET_FETCHER_H_ 73 #endif // CHROME_BROWSER_NET_CRL_SET_FETCHER_H_
OLDNEW
« no previous file with comments | « chrome/browser/net/chrome_net_log.h ('k') | chrome/browser/password_manager/password_store_mac_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698