commit | 077089f9cce13eb689acddf183b3af83a2b9ec2d | [log] [tgz] |
---|---|---|
author | mukai <[email protected]> | Thu Sep 11 18:41:52 2014 |
committer | Commit bot <[email protected]> | Thu Sep 11 19:07:02 2014 |
tree | ed8c71048f1d04259ad231a81d5ea516ee7794f1 | |
parent | 584566f50ab083374216a6125709efc72f245dfd [diff] [blame] |
Componentize chrome/common/content_settings files. BUG=387077, 387079 [email protected], [email protected], [email protected] [email protected] TEST=build succeeds / components_unittests Review URL: https://codereview.chromium.org/541813002 Cr-Commit-Position: refs/heads/master@{#294430}
diff --git a/chrome/browser/policy/javascript_policy_handler.cc b/chrome/browser/policy/javascript_policy_handler.cc index 1bee66d4..69aa106a 100644 --- a/chrome/browser/policy/javascript_policy_handler.cc +++ b/chrome/browser/policy/javascript_policy_handler.cc
@@ -6,8 +6,8 @@ #include "base/prefs/pref_value_map.h" #include "base/values.h" -#include "chrome/common/content_settings.h" #include "chrome/common/pref_names.h" +#include "components/content_settings/core/common/content_settings.h" #include "components/policy/core/browser/policy_error_map.h" #include "components/policy/core/common/policy_map.h" #include "grit/components_strings.h"