summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download
diff options
context:
space:
mode:
authormukai <mukai@chromium.org>2014-09-11 11:41:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-11 19:07:02 +0000
commit077089f9cce13eb689acddf183b3af83a2b9ec2d (patch)
treeed8c71048f1d04259ad231a81d5ea516ee7794f1 /chrome/browser/download
parent584566f50ab083374216a6125709efc72f245dfd (diff)
downloadchromium_src-077089f9cce13eb689acddf183b3af83a2b9ec2d.zip
chromium_src-077089f9cce13eb689acddf183b3af83a2b9ec2d.tar.gz
chromium_src-077089f9cce13eb689acddf183b3af83a2b9ec2d.tar.bz2
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}
Diffstat (limited to 'chrome/browser/download')
-rw-r--r--chrome/browser/download/download_request_limiter.h2
1 files changed, 1 insertions, 1 deletions
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"