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

Unified Diff: chrome/gpu/chrome_content_gpu_client.cc

Issue 2514593002: Field trial synchronization to PPAPI process. (Closed)
Patch Set: 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.cc
diff --git a/chrome/gpu/chrome_content_gpu_client.cc b/chrome/gpu/chrome_content_gpu_client.cc
index 15726af55928ff4bc0cbefb3fe8843d4fbe7028a..ab1d83e1578a9be7538a103ccccc40505d938194 100644
--- a/chrome/gpu/chrome_content_gpu_client.cc
+++ b/chrome/gpu/chrome_content_gpu_client.cc
@@ -66,7 +66,7 @@ void ChromeContentGpuClient::Initialize(
base::FieldTrialList::Observer* observer) {
DCHECK(!field_trial_syncer_);
field_trial_syncer_.reset(
- new chrome_variations::ChildProcessFieldTrialSyncer(observer));
+ new variations::ChildProcessFieldTrialSyncer(observer));
const base::CommandLine& command_line =
*base::CommandLine::ForCurrentProcess();
field_trial_syncer_->InitFieldTrialObserving(command_line);

Powered by Google App Engine
This is Rietveld 408576698