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

Side by Side Diff: chrome/browser/chromeos/settings/device_settings_service.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) 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_SETTINGS_DEVICE_SETTINGS_SERVICE_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_DEVICE_SETTINGS_SERVICE_H_
6 #define CHROME_BROWSER_CHROMEOS_SETTINGS_DEVICE_SETTINGS_SERVICE_H_ 6 #define CHROME_BROWSER_CHROMEOS_SETTINGS_DEVICE_SETTINGS_SERVICE_H_
7 7
8 #include <deque> 8 #include <deque>
9 #include <memory> 9 #include <memory>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/callback.h" 13 #include "base/callback.h"
14 #include "base/compiler_specific.h" 14 #include "base/compiler_specific.h"
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "base/memory/linked_ptr.h" 16 #include "base/memory/linked_ptr.h"
17 #include "base/memory/ref_counted.h" 17 #include "base/memory/ref_counted.h"
18 #include "base/observer_list.h" 18 #include "base/observer_list.h"
19 #include "chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h" 19 #include "chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h"
20 #include "chromeos/dbus/session_manager_client.h" 20 #include "chromeos/dbus/session_manager_client.h"
21 #include "components/ownership/owner_settings_service.h" 21 #include "components/ownership/owner_settings_service.h"
22 #include "components/policy/core/common/cloud/cloud_policy_constants.h" 22 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
23 #include "components/policy/core/common/cloud/cloud_policy_validator.h" 23 #include "components/policy/core/common/cloud/cloud_policy_validator.h"
24 #include "components/policy/proto/device_management_backend.pb.h" 24 #include "components/policy/proto/device_management_backend.pb.h"
25 #include "crypto/scoped_nss_types.h" 25 #include "crypto/scoped_nss_types.h"
26 26
27 namespace crypto {
28 class RSAPrivateKey;
29 }
30
31 namespace ownership { 27 namespace ownership {
32 class OwnerKeyUtil; 28 class OwnerKeyUtil;
33 class PublicKey; 29 class PublicKey;
34 } 30 }
35 31
36 namespace chromeos { 32 namespace chromeos {
37 33
38 class SessionManagerOperation; 34 class SessionManagerOperation;
39 35
40 // Deals with the low-level interface to Chrome OS device settings. Device 36 // Deals with the low-level interface to Chrome OS device settings. Device
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 ScopedTestDeviceSettingsService(); 254 ScopedTestDeviceSettingsService();
259 ~ScopedTestDeviceSettingsService(); 255 ~ScopedTestDeviceSettingsService();
260 256
261 private: 257 private:
262 DISALLOW_COPY_AND_ASSIGN(ScopedTestDeviceSettingsService); 258 DISALLOW_COPY_AND_ASSIGN(ScopedTestDeviceSettingsService);
263 }; 259 };
264 260
265 } // namespace chromeos 261 } // namespace chromeos
266 262
267 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_DEVICE_SETTINGS_SERVICE_H_ 263 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_DEVICE_SETTINGS_SERVICE_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/session_length_limiter.h ('k') | chrome/browser/chromeos/status/data_promo_notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698