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

Side by Side Diff: components/password_manager/core/browser/affiliation_backend.h

Issue 2694813005: Revert of Remove header dependencies from sequence_checker.h to sequenced_worker_pool.h (Closed)
Patch Set: Created 3 years, 10 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
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 COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_BACKEND_H_ 5 #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_BACKEND_H_
6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_BACKEND_H_ 6 #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_BACKEND_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 9
10 #include <map> 10 #include <map>
11 #include <unordered_map> 11 #include <unordered_map>
12 #include <vector> 12 #include <vector>
13 13
14 #include "base/gtest_prod_util.h" 14 #include "base/gtest_prod_util.h"
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "base/memory/ref_counted.h" 16 #include "base/memory/ref_counted.h"
17 #include "base/memory/weak_ptr.h" 17 #include "base/memory/weak_ptr.h"
18 #include "components/password_manager/core/browser/affiliation_fetch_throttler_d elegate.h" 18 #include "components/password_manager/core/browser/affiliation_fetch_throttler_d elegate.h"
19 #include "components/password_manager/core/browser/affiliation_fetcher_delegate. h" 19 #include "components/password_manager/core/browser/affiliation_fetcher_delegate. h"
20 #include "components/password_manager/core/browser/affiliation_service.h" 20 #include "components/password_manager/core/browser/affiliation_service.h"
21 #include "components/password_manager/core/browser/affiliation_utils.h" 21 #include "components/password_manager/core/browser/affiliation_utils.h"
22 #include "components/password_manager/core/browser/facet_manager_host.h" 22 #include "components/password_manager/core/browser/facet_manager_host.h"
23 23
24 namespace base { 24 namespace base {
25 class Clock; 25 class Clock;
26 class FilePath; 26 class FilePath;
27 class SingleThreadTaskRunner; 27 class SingleThreadTaskRunner;
28 class TaskRunner;
29 class ThreadChecker; 28 class ThreadChecker;
30 class TickClock; 29 class TickClock;
31 class Time; 30 class Time;
32 } // namespace base 31 } // namespace base
33 32
34 namespace net { 33 namespace net {
35 class URLRequestContextGetter; 34 class URLRequestContextGetter;
36 } // namespace net 35 } // namespace net
37 36
38 namespace password_manager { 37 namespace password_manager {
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 facet_managers_; 157 facet_managers_;
159 158
160 base::WeakPtrFactory<AffiliationBackend> weak_ptr_factory_; 159 base::WeakPtrFactory<AffiliationBackend> weak_ptr_factory_;
161 160
162 DISALLOW_COPY_AND_ASSIGN(AffiliationBackend); 161 DISALLOW_COPY_AND_ASSIGN(AffiliationBackend);
163 }; 162 };
164 163
165 } // namespace password_manager 164 } // namespace password_manager
166 165
167 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_BACKEND_H_ 166 #endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_BACKEND_H_
OLDNEW
« no previous file with comments | « components/ntp_tiles/popular_sites_impl.cc ('k') | components/policy/core/common/cloud/device_management_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698