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

Side by Side Diff: chrome/browser/chromeos/settings/signed_settings_helper.h

Issue 10824112: Move Chrome OS device settings stuff to chrome/browser/chromeos/settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 4 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_CHROMEOS_LOGIN_SIGNED_SETTINGS_HELPER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_HELPER_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SIGNED_SETTINGS_HELPER_H_ 6 #define CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_HELPER_H_
7 7
8 #include "chrome/browser/chromeos/login/signed_settings.h" 8 #include "chrome/browser/chromeos/settings/signed_settings.h"
9 9
10 namespace enterprise_management { 10 namespace enterprise_management {
11 class PolicyFetchResponse; 11 class PolicyFetchResponse;
12 } // namespace enterprise_management 12 } // namespace enterprise_management
13 13
14 namespace chromeos { 14 namespace chromeos {
15 15
16 // Helper to serialize signed settings ops, provide unified callback interface, 16 // Helper to serialize signed settings ops, provide unified callback interface,
17 // and handle callbacks destruction before ops completion. 17 // and handle callbacks destruction before ops completion.
18 class SignedSettingsHelper { 18 class SignedSettingsHelper {
(...skipping 29 matching lines...) Expand all
48 48
49 protected: 49 protected:
50 SignedSettingsHelper() : test_delegate_(NULL) { 50 SignedSettingsHelper() : test_delegate_(NULL) {
51 } 51 }
52 52
53 TestDelegate* test_delegate_; 53 TestDelegate* test_delegate_;
54 }; 54 };
55 55
56 } // namespace chromeos 56 } // namespace chromeos
57 57
58 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SIGNED_SETTINGS_HELPER_H_ 58 #endif // CHROME_BROWSER_CHROMEOS_SETTINGS_SIGNED_SETTINGS_HELPER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698