Index: components/variations/child_process_field_trial_syncer.h |
diff --git a/chrome/common/variations/child_process_field_trial_syncer.h b/components/variations/child_process_field_trial_syncer.h |
similarity index 85% |
rename from chrome/common/variations/child_process_field_trial_syncer.h |
rename to components/variations/child_process_field_trial_syncer.h |
index 6a8a9eedde51bcbbeafee4eeccefa295e941c556..22f946513aea7570d7bd77878be6fc3705d4da5a 100644 |
--- a/chrome/common/variations/child_process_field_trial_syncer.h |
+++ b/components/variations/child_process_field_trial_syncer.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_COMMON_VARIATIONS_CHILD_PROCESS_FIELD_TRIAL_SYNCER_H_ |
-#define CHROME_COMMON_VARIATIONS_CHILD_PROCESS_FIELD_TRIAL_SYNCER_H_ |
+#ifndef COMPONENTS_VARIATIONS_FIELD_TRIAL_SYNCER_H_ |
+#define COMPONENTS_VARIATIONS_FIELD_TRIAL_SYNCER_H_ |
#include <string> |
@@ -14,7 +14,7 @@ namespace base { |
class CommandLine; |
} |
-namespace chrome_variations { |
+namespace variations { |
// ChildProcessFieldTrialSyncer is a utility class that's responsible for |
// syncing the "activated" state of field trials between browser and child |
@@ -45,6 +45,6 @@ class ChildProcessFieldTrialSyncer { |
DISALLOW_COPY_AND_ASSIGN(ChildProcessFieldTrialSyncer); |
}; |
-} // namespace chrome_variations |
+} // namespace variations |
-#endif // CHROME_COMMON_VARIATIONS_CHILD_PROCESS_FIELD_TRIAL_SYNCER_H_ |
+#endif // COMPONENTS_VARIATIONS_FIELD_TRIAL_SYNCER_H_ |