Index: base/environment.h |
diff --git a/base/environment.h b/base/environment.h |
index 4e2a6e70fd80f92485fa5acea604d9fdb95eccdc..ac83de37108651e98e315698b6a7723277f1f437 100644 |
--- a/base/environment.h |
+++ b/base/environment.h |
@@ -36,7 +36,7 @@ class Environment { |
virtual bool HasVar(const char* variable_name); |
// Returns true on success, otherwise returns false. |
- virtual bool SetEnv(const char* variable_name, |
+ virtual bool SetVar(const char* variable_name, |
const std::string& new_value) = 0; |
// Returns true on success, otherwise returns false. |