Index: base/metrics/field_trial.h |
diff --git a/base/metrics/field_trial.h b/base/metrics/field_trial.h |
index c1f5f6b02baba7ab9b10a3108b9b57a3e34faff9..8a6644f1c7934a42a48871d17193b8f06e05c96b 100644 |
--- a/base/metrics/field_trial.h |
+++ b/base/metrics/field_trial.h |
@@ -568,8 +568,7 @@ class BASE_EXPORT FieldTrialList { |
// On Windows, we need to explicitly pass down any handles to be inherited. |
// This function adds the shared memory handle to field trial state to the |
// list of handles to be inherited. |
- static void AppendFieldTrialHandleIfNeeded( |
- base::HandlesToInheritVector* handles); |
+ static void AppendFieldTrialHandleIfNeeded(std::vector<HANDLE>* handles); |
#endif |
#if defined(OS_POSIX) && !defined(OS_NACL) |