| Index: chrome/gpu/chrome_content_gpu_client.h
|
| diff --git a/chrome/gpu/chrome_content_gpu_client.h b/chrome/gpu/chrome_content_gpu_client.h
|
| index 39f7ce24f30f9ed9c5aafc12cd9a5797ae8f72f6..ddfc913a371a5b4cb968193988f40b45adb8d6a7 100644
|
| --- a/chrome/gpu/chrome_content_gpu_client.h
|
| +++ b/chrome/gpu/chrome_content_gpu_client.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "base/profiler/stack_sampling_profiler.h"
|
| -#include "chrome/common/variations/child_process_field_trial_syncer.h"
|
| +#include "components/variations/child_process_field_trial_syncer.h"
|
| #include "content/public/gpu/content_gpu_client.h"
|
|
|
| class ChromeContentGpuClient : public content::ContentGpuClient {
|
| @@ -26,8 +26,7 @@ class ChromeContentGpuClient : public content::ContentGpuClient {
|
| service_manager::InterfaceProvider* provider) override;
|
|
|
| private:
|
| - std::unique_ptr<chrome_variations::ChildProcessFieldTrialSyncer>
|
| - field_trial_syncer_;
|
| + std::unique_ptr<variations::ChildProcessFieldTrialSyncer> field_trial_syncer_;
|
| // Used to profile process startup.
|
| base::StackSamplingProfiler stack_sampling_profiler_;
|
|
|
|
|