Fix the duplicatedly commited composition text when switching IME.
[chromium-blink-merge.git] / chrome / browser / chromeos / policy / device_cloud_policy_validator.h
blobb4b301d9f4b33c49e44557d3968286db4476291a
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.
5 #ifndef CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_CLOUD_POLICY_VALIDATOR_H_
6 #define CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_CLOUD_POLICY_VALIDATOR_H_
8 #include "components/policy/core/common/cloud/cloud_policy_validator.h"
10 namespace enterprise_management {
11 class ChromeDeviceSettingsProto;
14 namespace policy {
16 typedef CloudPolicyValidator<enterprise_management::ChromeDeviceSettingsProto>
17 DeviceCloudPolicyValidator;
19 } // namespace policy
21 #endif // CHROME_BROWSER_CHROMEOS_POLICY_DEVICE_CLOUD_POLICY_VALIDATOR_H_