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

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

Issue 109743002: Move policy code into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar fixes Created 7 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 | 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_CHROMEOS_POLICY_DEVICE_STATUS_COLLECTOR_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_STATUS_COLLECTOR_H_
6 #define CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_STATUS_COLLECTOR_H_ 6 #define CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_STATUS_COLLECTOR_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/callback_forward.h" 11 #include "base/callback_forward.h"
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
14 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
15 #include "base/memory/weak_ptr.h" 15 #include "base/memory/weak_ptr.h"
16 #include "base/time/time.h" 16 #include "base/time/time.h"
17 #include "base/timer/timer.h" 17 #include "base/timer/timer.h"
18 #include "chrome/browser/chromeos/settings/cros_settings.h" 18 #include "chrome/browser/chromeos/settings/cros_settings.h"
19 #include "chrome/browser/chromeos/version_loader.h" 19 #include "chrome/browser/chromeos/version_loader.h"
20 #include "chrome/browser/idle.h" 20 #include "chrome/browser/idle.h"
21 #include "chrome/browser/policy/cloud/cloud_policy_client.h"
22 #include "chrome/common/cancelable_task_tracker.h" 21 #include "chrome/common/cancelable_task_tracker.h"
22 #include "components/policy/core/common/cloud/cloud_policy_client.h"
23 #include "content/public/browser/geolocation_provider.h" 23 #include "content/public/browser/geolocation_provider.h"
24 #include "content/public/common/geoposition.h" 24 #include "content/public/common/geoposition.h"
25 25
26 namespace chromeos { 26 namespace chromeos {
27 class CrosSettings; 27 class CrosSettings;
28 namespace system { 28 namespace system {
29 class StatisticsProvider; 29 class StatisticsProvider;
30 } 30 }
31 } 31 }
32 32
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 network_interfaces_subscription_; 219 network_interfaces_subscription_;
220 scoped_ptr<chromeos::CrosSettings::ObserverSubscription> 220 scoped_ptr<chromeos::CrosSettings::ObserverSubscription>
221 users_subscription_; 221 users_subscription_;
222 222
223 DISALLOW_COPY_AND_ASSIGN(DeviceStatusCollector); 223 DISALLOW_COPY_AND_ASSIGN(DeviceStatusCollector);
224 }; 224 };
225 225
226 } // namespace policy 226 } // namespace policy
227 227
228 #endif // CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_STATUS_COLLECTOR_H_ 228 #endif // CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_STATUS_COLLECTOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/policy/device_policy_builder.cc ('k') | chrome/browser/chromeos/policy/device_status_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698