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

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

Issue 14008005: Move proto files back into chrome/browser/policy/proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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_VALIDATOR_H_ 5 #ifndef CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_VALIDATOR_H_
6 #define CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_VALIDATOR_H_ 6 #define CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_VALIDATOR_H_
7 7
8 #include <string> 8 #include <string>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/bind.h" 12 #include "base/bind.h"
13 #include "base/callback.h" 13 #include "base/callback.h"
14 #include "base/memory/ref_counted.h" 14 #include "base/memory/ref_counted.h"
15 #include "base/memory/scoped_ptr.h" 15 #include "base/memory/scoped_ptr.h"
16 #include "base/time.h" 16 #include "base/time.h"
17 #include "chrome/browser/policy/cloud/proto/chrome_extension_policy.pb.h" 17 #include "chrome/browser/policy/proto/cloud/chrome_extension_policy.pb.h"
18 #include "policy/proto/cloud_policy.pb.h" 18 #include "policy/proto/cloud_policy.pb.h"
19 19
20 namespace base { 20 namespace base {
21 class MessageLoopProxy; 21 class MessageLoopProxy;
22 } 22 }
23 23
24 namespace google { 24 namespace google {
25 namespace protobuf { 25 namespace protobuf {
26 class MessageLite; 26 class MessageLite;
27 } 27 }
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 }; 277 };
278 278
279 typedef CloudPolicyValidator<enterprise_management::CloudPolicySettings> 279 typedef CloudPolicyValidator<enterprise_management::CloudPolicySettings>
280 UserCloudPolicyValidator; 280 UserCloudPolicyValidator;
281 typedef CloudPolicyValidator<enterprise_management::ExternalPolicyData> 281 typedef CloudPolicyValidator<enterprise_management::ExternalPolicyData>
282 ComponentCloudPolicyValidator; 282 ComponentCloudPolicyValidator;
283 283
284 } // namespace policy 284 } // namespace policy
285 285
286 #endif // CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_VALIDATOR_H_ 286 #endif // CHROME_BROWSER_POLICY_CLOUD_CLOUD_POLICY_VALIDATOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/policy/cloud/cloud_policy_store.h ('k') | chrome/browser/policy/cloud/cloud_policy_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698