summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_child_process_host_impl.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-24 04:40:20 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-24 04:40:20 +0000
commita82af39780861fe06a8682791a0ac477fb167531 (patch)
treecca259d368103813583118654c37da99ab8fb6b0 /content/browser/browser_child_process_host_impl.h
parentfd170bb31f6438e7472d76805aa67cb9d409aa55 (diff)
downloadchromium_src-a82af39780861fe06a8682791a0ac477fb167531.zip
chromium_src-a82af39780861fe06a8682791a0ac477fb167531.tar.gz
chromium_src-a82af39780861fe06a8682791a0ac477fb167531.tar.bz2
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
Diffstat (limited to 'content/browser/browser_child_process_host_impl.h')
-rw-r--r--content/browser/browser_child_process_host_impl.h4
1 files changed, 2 insertions, 2 deletions
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;