| Index: components/variations/child_process_field_trial_syncer_unittest.cc
|
| diff --git a/chrome/common/variations/child_process_field_trial_syncer_unittest.cc b/components/variations/child_process_field_trial_syncer_unittest.cc
|
| similarity index 95%
|
| rename from chrome/common/variations/child_process_field_trial_syncer_unittest.cc
|
| rename to components/variations/child_process_field_trial_syncer_unittest.cc
|
| index 7d1992a05597add9f1a4539fdaec93874823e7fc..f1ee0c429e599d52f583af371450008c0c3e527d 100644
|
| --- a/chrome/common/variations/child_process_field_trial_syncer_unittest.cc
|
| +++ b/components/variations/child_process_field_trial_syncer_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/variations/child_process_field_trial_syncer.h"
|
| +#include "components/variations/child_process_field_trial_syncer.h"
|
|
|
| #include <string>
|
| #include <utility>
|
| @@ -15,7 +15,7 @@
|
| #include "base/run_loop.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -namespace chrome_variations {
|
| +namespace variations {
|
|
|
| namespace {
|
|
|
| @@ -91,4 +91,4 @@ TEST(ChildProcessFieldTrialSyncerTest, FieldTrialState) {
|
| EXPECT_EQ(MakeStringPair("C", "G3"), observer.get_observed_entry(1));
|
| }
|
|
|
| -} // namespace chrome_variations
|
| +} // namespace variations
|
|
|