device_cloud_policy_validator.cc revision 2a99a7e74a7f215066514fe81d2bfa6639d9eddd
1// Copyright (c) 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "chrome/browser/chromeos/policy/device_cloud_policy_validator.h"
6
7#include "chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h"
8#include "chrome/browser/policy/cloud/proto/device_management_backend.pb.h"
9
10namespace em = enterprise_management;
11
12namespace policy {
13
14template class CloudPolicyValidator<em::ChromeDeviceSettingsProto>;
15
16}  // namespace policy
17