Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3846)

Unified Diff: chrome/gpu/chrome_content_gpu_client.h

Issue 2514593002: Field trial synchronization to PPAPI process. (Closed)
Patch Set: Fix namespace. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/common/variations/child_process_field_trial_syncer_unittest.cc ('k') | chrome/gpu/chrome_content_gpu_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698