Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: content/public/browser/utility_process_host.h

Issue 9429039: Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/browser_child_process_host.h ('k') | ipc/ipc_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/utility_process_host.h
===================================================================
--- content/public/browser/utility_process_host.h (revision 123165)
+++ content/public/browser/utility_process_host.h (working copy)
@@ -57,7 +57,7 @@
virtual void EnableZygote() = 0;
#if defined(OS_POSIX)
- virtual void SetEnv(const base::environment_vector& env) = 0;
+ virtual void SetEnv(const base::EnvironmentVector& env) = 0;
#endif
};
« no previous file with comments | « content/public/browser/browser_child_process_host.h ('k') | ipc/ipc_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698