From 077089f9cce13eb689acddf183b3af83a2b9ec2d Mon Sep 17 00:00:00 2001 From: mukai Date: Thu, 11 Sep 2014 11:41:52 -0700 Subject: Componentize chrome/common/content_settings files. BUG=387077, 387079 R=bauerb@chromium.org, jochen@chromium.org, markusheintz@chromium.org TBR=abarth@chromium.org TEST=build succeeds / components_unittests Review URL: https://codereview.chromium.org/541813002 Cr-Commit-Position: refs/heads/master@{#294430} --- chrome/browser/download/download_request_limiter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/download') diff --git a/chrome/browser/download/download_request_limiter.h b/chrome/browser/download/download_request_limiter.h index c0ed0ed..2b4e790 100644 --- a/chrome/browser/download/download_request_limiter.h +++ b/chrome/browser/download/download_request_limiter.h @@ -13,7 +13,7 @@ #include "base/gtest_prod_util.h" #include "base/memory/ref_counted.h" #include "base/memory/weak_ptr.h" -#include "chrome/common/content_settings.h" +#include "components/content_settings/core/common/content_settings.h" #include "content/public/browser/notification_observer.h" #include "content/public/browser/notification_registrar.h" #include "content/public/browser/web_contents_observer.h" -- cgit v1.1