Move data_reduction_proxy_params* from components/data_reduction_proxy/
commitdb2599e48479258989d1e5e30be6ab0163ba3bf1
authorjeremyim <jeremyim@chromium.org>
Wed, 29 Oct 2014 02:13:09 +0000 (28 19:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 29 Oct 2014 02:13:24 +0000 (29 02:13 +0000)
tree3fcbfb1d602f25a80433a1fc73959b5e02b9b346
parentf576215cf642f287b6a5ff854a122e064bbaf0e0
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}
28 files changed:
android_webview/browser/aw_browser_context.cc
android_webview/browser/net/aw_network_delegate.cc
chrome/browser/io_thread.cc
chrome/browser/net/chrome_network_delegate.cc
chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc
chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.cc
chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_factory.h
chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.cc
chrome/browser/net/spdyproxy/proxy_advisor.cc
chrome/browser/profiles/profile_impl.cc
components/components_tests.gyp
components/data_reduction_proxy.gypi
components/data_reduction_proxy/core/browser/BUILD.gn
components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_handler_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_protocol_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.h
components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc
components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats.h
components/data_reduction_proxy/core/common/BUILD.gn
components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc [moved from components/data_reduction_proxy/core/browser/data_reduction_proxy_params.cc with 98% similarity]
components/data_reduction_proxy/core/common/data_reduction_proxy_params.h [moved from components/data_reduction_proxy/core/browser/data_reduction_proxy_params.h with 100% similarity]
components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.cc [moved from components/data_reduction_proxy/core/browser/data_reduction_proxy_params_test_utils.cc with 98% similarity]
components/data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils.h [moved from components/data_reduction_proxy/core/browser/data_reduction_proxy_params_test_utils.h with 96% similarity]
components/data_reduction_proxy/core/common/data_reduction_proxy_params_unittest.cc [moved from components/data_reduction_proxy/core/browser/data_reduction_proxy_params_unittest.cc with 99% similarity]