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

Side by Side Diff: chrome/browser/policy/cloud/cloud_policy_core.h

Issue 12789006: base/prefs: Remove the public/ directory and move the files to //base/prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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_POLICY_CLOUD_CLOUD_POLICY_CORE_H_ 5 #ifndef CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_CORE_H_
6 #define CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_CORE_H_ 6 #define CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_CORE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/prefs/public/pref_member.h" 12 #include "base/prefs/pref_member.h"
13 #include "chrome/browser/policy/cloud/cloud_policy_constants.h" 13 #include "chrome/browser/policy/cloud/cloud_policy_constants.h"
14 14
15 class PrefService; 15 class PrefService;
16 16
17 namespace policy { 17 namespace policy {
18 18
19 class CloudPolicyClient; 19 class CloudPolicyClient;
20 class CloudPolicyRefreshScheduler; 20 class CloudPolicyRefreshScheduler;
21 class CloudPolicyService; 21 class CloudPolicyService;
22 class CloudPolicyStore; 22 class CloudPolicyStore;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 scoped_ptr<CloudPolicyService> service_; 77 scoped_ptr<CloudPolicyService> service_;
78 scoped_ptr<CloudPolicyRefreshScheduler> refresh_scheduler_; 78 scoped_ptr<CloudPolicyRefreshScheduler> refresh_scheduler_;
79 scoped_ptr<IntegerPrefMember> refresh_delay_; 79 scoped_ptr<IntegerPrefMember> refresh_delay_;
80 80
81 DISALLOW_COPY_AND_ASSIGN(CloudPolicyCore); 81 DISALLOW_COPY_AND_ASSIGN(CloudPolicyCore);
82 }; 82 };
83 83
84 } // namespace policy 84 } // namespace policy
85 85
86 #endif // CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_CORE_H_ 86 #endif // CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_CORE_H_
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_status_pref_setter.h ('k') | chrome/browser/policy/cloud/cloud_policy_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698