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

Unified Diff: components/variations/variations_seed_store.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
Index: components/variations/variations_seed_store.cc
diff --git a/chrome/browser/metrics/variations/variations_seed_store.cc b/components/variations/variations_seed_store.cc
similarity index 99%
rename from chrome/browser/metrics/variations/variations_seed_store.cc
rename to components/variations/variations_seed_store.cc
index 209cd8877df42f2cca87817b7348b6e940f754a6..60dee61f315ba5d6bff6a4d7ba70cd0349fb6fc2 100644
--- a/chrome/browser/metrics/variations/variations_seed_store.cc
+++ b/components/variations/variations_seed_store.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/metrics/histogram_macros.h"
« no previous file with comments | « components/variations/variations_seed_store.h ('k') | components/variations/variations_seed_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698