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

Unified Diff: base/test/multiprocess_test.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 | « base/process_util_unittest.cc ('k') | base/test/multiprocess_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/multiprocess_test.h
===================================================================
--- base/test/multiprocess_test.h (revision 123176)
+++ base/test/multiprocess_test.h (working copy)
@@ -62,7 +62,7 @@
// SpawnChild() should just take a base::LaunchOptions so that we don't
// need multiple versions of it.
ProcessHandle SpawnChild(const std::string& procname,
- const file_handle_mapping_vector& fds_to_map,
+ const FileHandleMappingVector& fds_to_map,
bool debug_on_start);
#endif
@@ -75,7 +75,7 @@
// TODO: |fds_to_map| is unused on Windows; see above TODO about
// further refactoring.
ProcessHandle SpawnChildImpl(const std::string& procname,
- const file_handle_mapping_vector& fds_to_map,
+ const FileHandleMappingVector& fds_to_map,
bool debug_on_start);
DISALLOW_COPY_AND_ASSIGN(MultiProcessTest);
« no previous file with comments | « base/process_util_unittest.cc ('k') | base/test/multiprocess_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698