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

Unified Diff: components/variations/child_process_field_trial_syncer_unittest.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: 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

Powered by Google App Engine
This is Rietveld 408576698