diff options
author | jeremyim <jeremyim@chromium.org> | 2014-10-28 19:13:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-29 02:13:24 +0000 |
commit | db2599e48479258989d1e5e30be6ab0163ba3bf1 (patch) | |
tree | 3fcbfb1d602f25a80433a1fc73959b5e02b9b346 /chrome/browser/profiles | |
parent | f576215cf642f287b6a5ff854a122e064bbaf0e0 (diff) | |
download | chromium_src-db2599e48479258989d1e5e30be6ab0163ba3bf1.zip chromium_src-db2599e48479258989d1e5e30be6ab0163ba3bf1.tar.gz chromium_src-db2599e48479258989d1e5e30be6ab0163ba3bf1.tar.bz2 |
Move data_reduction_proxy_params* from components/data_reduction_proxy/
browser => common
BUG=374264
Review URL: https://codereview.chromium.org/665533003
Cr-Commit-Position: refs/heads/master@{#301772}
Diffstat (limited to 'chrome/browser/profiles')
-rw-r--r-- | chrome/browser/profiles/profile_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc index 4d26882..7425274 100644 --- a/chrome/browser/profiles/profile_impl.cc +++ b/chrome/browser/profiles/profile_impl.cc @@ -81,10 +81,10 @@ #include "chrome/grit/chromium_strings.h" #include "components/bookmarks/browser/bookmark_model.h" #include "components/content_settings/core/browser/host_content_settings_map.h" -#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_params.h" #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h" #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h" #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h" +#include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h" #include "components/domain_reliability/monitor.h" #include "components/domain_reliability/service.h" #include "components/keyed_service/content/browser_context_dependency_manager.h" |