| Index: chrome/browser/metrics/field_trial_synchronizer.cc
|
| diff --git a/chrome/browser/metrics/field_trial_synchronizer.cc b/chrome/browser/metrics/field_trial_synchronizer.cc
|
| index d66c076722406e2882629c93d988e797a827d9fe..bef65bb58d46a3f84cfb5cbd6ebefbf1eff5704f 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;
|
|
|