| 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"
|
|
|