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

Side by Side Diff: chrome/browser/chromeos/policy/device_cloud_policy_store_chromeos.h

Issue 12189011: Split up chrome/browser/policy subdirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, add chrome/browser/chromeos/policy/OWNERS 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_DEVICE_CLOUD_POLICY_STORE_CHROMEOS_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_CLOUD_POLICY_STORE_CHROMEOS_H_
6 #define CHROME_BROWSER_POLICY_DEVICE_CLOUD_POLICY_STORE_CHROMEOS_H_ 6 #define CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_CLOUD_POLICY_STORE_CHROMEOS_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "base/memory/weak_ptr.h" 11 #include "base/memory/weak_ptr.h"
12 #include "chrome/browser/chromeos/settings/device_settings_service.h" 12 #include "chrome/browser/chromeos/settings/device_settings_service.h"
13 #include "chrome/browser/policy/cloud_policy_store.h" 13 #include "chrome/browser/policy/cloud/cloud_policy_store.h"
14 #include "chrome/browser/policy/cloud_policy_validator.h" 14 #include "chrome/browser/policy/cloud/cloud_policy_validator.h"
15 15
16 namespace enterprise_management { 16 namespace enterprise_management {
17 class PolicyFetchResponse; 17 class PolicyFetchResponse;
18 } 18 }
19 19
20 namespace policy { 20 namespace policy {
21 21
22 class EnterpriseInstallAttributes; 22 class EnterpriseInstallAttributes;
23 23
24 // CloudPolicyStore implementation for device policy on Chrome OS. Policy is 24 // CloudPolicyStore implementation for device policy on Chrome OS. Policy is
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 chromeos::DeviceSettingsService* device_settings_service_; 68 chromeos::DeviceSettingsService* device_settings_service_;
69 EnterpriseInstallAttributes* install_attributes_; 69 EnterpriseInstallAttributes* install_attributes_;
70 70
71 base::WeakPtrFactory<DeviceCloudPolicyStoreChromeOS> weak_factory_; 71 base::WeakPtrFactory<DeviceCloudPolicyStoreChromeOS> weak_factory_;
72 72
73 DISALLOW_COPY_AND_ASSIGN(DeviceCloudPolicyStoreChromeOS); 73 DISALLOW_COPY_AND_ASSIGN(DeviceCloudPolicyStoreChromeOS);
74 }; 74 };
75 75
76 } // namespace policy 76 } // namespace policy
77 77
78 #endif // CHROME_BROWSER_POLICY_DEVICE_CLOUD_POLICY_STORE_CHROMEOS_H_ 78 #endif // CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_CLOUD_POLICY_STORE_CHROMEOS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698