Chromium Code Reviews

Unified Diff: net/proxy/proxy_config_service_linux_unittest.cc

Issue 2836088: base: rename Environment::SetEnv to Environment::SetVar. (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/plugin/plugin_main_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_config_service_linux_unittest.cc
diff --git a/net/proxy/proxy_config_service_linux_unittest.cc b/net/proxy/proxy_config_service_linux_unittest.cc
index 6be44fe4a9752336ff9044337ab187164ff03ba6..74eddc83782860f2aaee7088767941863af105ad 100644
--- a/net/proxy/proxy_config_service_linux_unittest.cc
+++ b/net/proxy/proxy_config_service_linux_unittest.cc
@@ -115,7 +115,7 @@ class MockEnvironment : public base::Environment {
return false;
}
- virtual bool SetEnv(const char* variable_name, const std::string& new_value) {
+ virtual bool SetVar(const char* variable_name, const std::string& new_value) {
ADD_FAILURE();
return false;
}
« no previous file with comments | « chrome/plugin/plugin_main_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine