From a82af39780861fe06a8682791a0ac477fb167531 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Fri, 24 Feb 2012 04:40:20 +0000 Subject: Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. BUG=none TEST=none Review URL: http://codereview.chromium.org/9429039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123438 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/browser_child_process_host_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/browser/browser_child_process_host_impl.h') diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h index f9c2acd..a405aca 100644 --- a/content/browser/browser_child_process_host_impl.h +++ b/content/browser/browser_child_process_host_impl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -47,7 +47,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl : const FilePath& exposed_dir, #elif defined(OS_POSIX) bool use_zygote, - const base::environment_vector& environ, + const base::EnvironmentVector& environ, #endif CommandLine* cmd_line) OVERRIDE; virtual const content::ChildProcessData& GetData() const OVERRIDE; -- cgit v1.1