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"