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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h

Issue 880963006: Create a new DataReductionProxyConfig class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
index 8c4f5cef019f1af26c864ae20a0d3954855dad0d..a9a4255a8d23f1c248d006e2d9f85db88281a6eb 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h
@@ -83,7 +83,7 @@ class DataReductionProxyConfigurator {
const net::ProxyConfig& GetProxyConfigOnIOThread() const;
private:
- FRIEND_TEST_ALL_PREFIXES(DataReductionProxyConfigTest, TestBypassList);
+ FRIEND_TEST_ALL_PREFIXES(DataReductionProxyConfiguratorTest, TestBypassList);
// Used for updating the proxy config on the IO thread.
scoped_refptr<base::SequencedTaskRunner> network_task_runner_;

Powered by Google App Engine
This is Rietveld 408576698