diff options
Diffstat (limited to 'chrome/browser/metrics/field_trial_synchronizer.cc')
-rw-r--r-- | chrome/browser/metrics/field_trial_synchronizer.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/metrics/field_trial_synchronizer.cc b/chrome/browser/metrics/field_trial_synchronizer.cc index d66c076..bef65bb 100644 --- a/chrome/browser/metrics/field_trial_synchronizer.cc +++ b/chrome/browser/metrics/field_trial_synchronizer.cc @@ -11,6 +11,8 @@ #include "content/browser/renderer_host/render_process_host.h" #include "content/public/browser/browser_thread.h" +using content::BrowserThread; + FieldTrialSynchronizer::FieldTrialSynchronizer() { DCHECK(field_trial_synchronizer_ == NULL); field_trial_synchronizer_ = this; |