Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Side by Side Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_unittest.cc

Issue 949533004: Rename DataReductionProxyStatisticsPrefs to DataReductionProxyCompressionStats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_sett ings.h" 5 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_sett ings.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/md5.h" 8 #include "base/md5.h"
9 #include "base/metrics/field_trial.h" 9 #include "base/metrics/field_trial.h"
10 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_comp ression_stats.h"
10 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_conf ig_test_utils.h" 11 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_conf ig_test_utils.h"
11 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_conf igurator_test_utils.h" 12 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_conf igurator_test_utils.h"
12 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_sett ings_test_utils.h" 13 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_sett ings_test_utils.h"
13 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_stat istics_prefs.h"
14 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_test _utils.h" 14 #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_test _utils.h"
15 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_param s.h" 15 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_param s.h"
16 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_param s_test_utils.h" 16 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_param s_test_utils.h"
17 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_ names.h" 17 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_pref_ names.h"
18 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_switc hes.h" 18 #include "components/data_reduction_proxy/core/common/data_reduction_proxy_switc hes.h"
19 #include "net/socket/socket_test_util.h" 19 #include "net/socket/socket_test_util.h"
20 #include "net/url_request/url_request_test_util.h" 20 #include "net/url_request/url_request_test_util.h"
21 #include "testing/gmock/include/gmock/gmock.h" 21 #include "testing/gmock/include/gmock/gmock.h"
22 #include "testing/gtest/include/gtest/gtest.h" 22 #include "testing/gtest/include/gtest/gtest.h"
23 23
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 base::Bind(&DataReductionProxySettingsTestBase:: 425 base::Bind(&DataReductionProxySettingsTestBase::
426 SyntheticFieldTrialRegistrationCallback, 426 SyntheticFieldTrialRegistrationCallback,
427 base::Unretained(this))); 427 base::Unretained(this)));
428 428
429 EXPECT_EQ(enable_quic, 429 EXPECT_EQ(enable_quic,
430 test_context_->config()->test_params()->origin().is_quic()) << i; 430 test_context_->config()->test_params()->origin().is_quic()) << i;
431 } 431 }
432 } 432 }
433 433
434 } // namespace data_reduction_proxy 434 } // namespace data_reduction_proxy
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698