From 934c6e5446780bf26b8ee9fd171aa69db4b0f253 Mon Sep 17 00:00:00 2001 From: "danno@chromium.org" Date: Thu, 27 Jan 2011 12:31:34 +0000 Subject: Revert 72784 - Policy: generate boilerplate policy type and constant code. This is the first step to being able to re-constitute policy from a non-generic protobuf in a policy request in a fully automated way (i.e. the code for the process can be generated). The non-generic protobuf is required for automatic merging of policy on the server-side. BUG=68309 TEST=existing policy/provider tests Review URL: http://codereview.chromium.org/6002015 TBR=danno@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72785 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/policy_settings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame/policy_settings.cc') diff --git a/chrome_frame/policy_settings.cc b/chrome_frame/policy_settings.cc index a6741a3..116052b 100644 --- a/chrome_frame/policy_settings.cc +++ b/chrome_frame/policy_settings.cc @@ -10,8 +10,8 @@ #include "base/string_util.h" #include "base/utf_string_conversions.h" #include "base/win/registry.h" +#include "chrome/common/policy_constants.h" #include "chrome_frame/utils.h" -#include "policy/policy_constants.h" namespace { -- cgit v1.1