| 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 7a04701957c5cab0d4b5f17ca6e300a3e4f8a507..d66c076722406e2882629c93d988e797a827d9fe 100644
|
| --- a/chrome/browser/metrics/field_trial_synchronizer.cc
|
| +++ b/chrome/browser/metrics/field_trial_synchronizer.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/threading/thread.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/render_messages.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| +#include "content/public/browser/browser_thread.h"
|
|
|
| FieldTrialSynchronizer::FieldTrialSynchronizer() {
|
| DCHECK(field_trial_synchronizer_ == NULL);
|
|
|