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

Unified Diff: base/test/multiprocess_test_android.cc

Issue 693773003: Cleanup various includes and namespace references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment Created 6 years, 2 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/debug/stack_trace_android.cc ('k') | content/browser/android/content_view_statics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/multiprocess_test_android.cc
diff --git a/base/test/multiprocess_test_android.cc b/base/test/multiprocess_test_android.cc
index 6eb30b87935048dd41bd5fcb38f5b53f58128b85..4cfae5ecaacd51449e018018b2b9579de09d50bc 100644
--- a/base/test/multiprocess_test_android.cc
+++ b/base/test/multiprocess_test_android.cc
@@ -38,7 +38,7 @@ ProcessHandle SpawnMultiProcessTestChild(const std::string& procname,
return pid;
}
// Child process.
- std::hash_set<int> fds_to_keep_open;
+ base::hash_set<int> fds_to_keep_open;
for (FileHandleMappingVector::const_iterator it = fds_to_remap->begin();
it != fds_to_remap->end(); ++it) {
fds_to_keep_open.insert(it->first);
« no previous file with comments | « base/debug/stack_trace_android.cc ('k') | content/browser/android/content_view_statics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698