From c87bcf000fde1dd7194b5e40e8c9f1058700dd9d Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Fri, 6 Aug 2010 01:03:37 +0000 Subject: base: rename Environment::SetEnv to Environment::SetVar. This is the part 3 of this series. One more remaining. Splitting this into small parts, so it is more easy to review and reduce the size of the CL. BUG=None TEST=trybots Review URL: http://codereview.chromium.org/2836088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55168 0039d316-1c4b-4281-b951-d872f2087c98 --- base/environment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/environment.h') diff --git a/base/environment.h b/base/environment.h index 4e2a6e7..ac83de3 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. -- cgit v1.1