From 4fae3164b3d77050593d75823d4fbd36595d09ef Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Wed, 4 Aug 2010 02:13:34 +0000 Subject: base: rename Environment::UnSetEnv to Environment::UnSetVar. This is the part 1 of this series. More three comming. 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/3058034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54862 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/shell_integration_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/shell_integration_unittest.cc') diff --git a/chrome/browser/shell_integration_unittest.cc b/chrome/browser/shell_integration_unittest.cc index cc3372c..4353911 100644 --- a/chrome/browser/shell_integration_unittest.cc +++ b/chrome/browser/shell_integration_unittest.cc @@ -53,7 +53,7 @@ class MockEnvironment : public base::Environment { return false; } - virtual bool UnSetEnv(const char* variable_name) { + virtual bool UnSetVar(const char* variable_name) { ADD_FAILURE(); return false; } -- cgit v1.1