Componentize EulaAcceptedNotifier and ResourceRequestAllowedNotifier
This CL creates the web_resource component.
This code will now be compiled and tested on iOS.
TBR=jochen
Review URL: https://codereview.chromium.org/742123002
Cr-Commit-Position: refs/heads/master@{#305236}
diff --git a/chrome/browser/browser_process_impl.cc b/chrome/browser/browser_process_impl.cc
index 36b99fd..150d9d0 100644
--- a/chrome/browser/browser_process_impl.cc
+++ b/chrome/browser/browser_process_impl.cc
@@ -80,6 +80,7 @@
#include "components/policy/core/common/policy_service.h"
#include "components/signin/core/common/profile_management_switches.h"
#include "components/translate/core/browser/translate_download_manager.h"
+#include "components/web_resource/web_resource_pref_names.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/child_process_security_policy.h"
#include "content/public/browser/notification_details.h"