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

Unified Diff: components/variations/variations_seed_store_unittest.cc

Issue 1271123003: Componentize VariationsSeedStore and its unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentize_variations_prefs
Patch Set: Rebase Created 5 years, 4 months 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
« no previous file with comments | « components/variations/variations_seed_store.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/variations_seed_store_unittest.cc
diff --git a/chrome/browser/metrics/variations/variations_seed_store_unittest.cc b/components/variations/variations_seed_store_unittest.cc
similarity index 99%
rename from chrome/browser/metrics/variations/variations_seed_store_unittest.cc
rename to components/variations/variations_seed_store_unittest.cc
index 50a7546459e0ff82a3cc6bfb6c46b173e9c04f36..114ad5233fdbfd818afca36eb8d7789646817c49 100644
--- a/chrome/browser/metrics/variations/variations_seed_store_unittest.cc
+++ b/components/variations/variations_seed_store_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/browser/metrics/variations/variations_seed_store.h"
+#include "components/variations/variations_seed_store.h"
#include "base/base64.h"
#include "base/prefs/testing_pref_service.h"
« no previous file with comments | « components/variations/variations_seed_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698