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

Side by Side Diff: chrome/browser/policy/profile_policy_connector_factory.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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_ 5 #ifndef CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_
6 #define CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_ 6 #define CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_
7 7
8 #include <list> 8 #include <list>
9 #include <map> 9 #include <map>
10 #include <memory> 10 #include <memory>
11 11
12 #include "base/macros.h" 12 #include "base/macros.h"
13 #include "components/keyed_service/content/browser_context_keyed_base_factory.h" 13 #include "components/keyed_service/content/browser_context_keyed_base_factory.h"
14 14
15 namespace base { 15 namespace base {
16 template <typename T> 16 template <typename T>
17 struct DefaultSingletonTraits; 17 struct DefaultSingletonTraits;
18 18
19 class SequencedTaskRunner;
20 } // namespace base 19 } // namespace base
21 20
22 namespace content { 21 namespace content {
23 class BrowserContext; 22 class BrowserContext;
24 } 23 }
25 24
26 namespace policy { 25 namespace policy {
27 26
28 class ConfigurationPolicyProvider; 27 class ConfigurationPolicyProvider;
29 class ProfilePolicyConnector; 28 class ProfilePolicyConnector;
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ConnectorMap; 85 ConnectorMap;
87 ConnectorMap connectors_; 86 ConnectorMap connectors_;
88 std::list<ConfigurationPolicyProvider*> test_providers_; 87 std::list<ConfigurationPolicyProvider*> test_providers_;
89 88
90 DISALLOW_COPY_AND_ASSIGN(ProfilePolicyConnectorFactory); 89 DISALLOW_COPY_AND_ASSIGN(ProfilePolicyConnectorFactory);
91 }; 90 };
92 91
93 } // namespace policy 92 } // namespace policy
94 93
95 #endif // CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_ 94 #endif // CHROME_BROWSER_POLICY_PROFILE_POLICY_CONNECTOR_FACTORY_H_
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugins_field_trial.h ('k') | chrome/browser/predictors/resource_prefetcher_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698