From 76b90d310def447b7b5f10d92a69813308150778 Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Tue, 3 Aug 2010 03:00:50 +0000 Subject: base: Rename EnvVarGetter to Environment. Now EnvVarGetter do much more than getting environment variables. Per suggestion from Pawel in http://codereview.chromium.org/3043018/. BUG=None TEST=trybots Signed-off-by: Thiago Farina Review URL: http://codereview.chromium.org/3052034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54696 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/profile.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'chrome/browser/profile.cc') diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index f2cd905..02ac436 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -6,7 +6,6 @@ #include "app/resource_bundle.h" #include "base/command_line.h" -#include "base/env_var.h" #include "base/file_path.h" #include "base/file_util.h" #include "base/path_service.h" -- cgit v1.1