Chromium Code Reviews| Index: components/metrics/variations_seed_store.cc |
| diff --git a/chrome/browser/metrics/variations/variations_seed_store.cc b/components/metrics/variations_seed_store.cc |
| similarity index 99% |
| rename from chrome/browser/metrics/variations/variations_seed_store.cc |
| rename to components/metrics/variations_seed_store.cc |
| index 262c6574a01cb4f866f98c096c5ba43e655738cd..d72f284a3941b3bf8b511eacc5e34bcbe24eff5f 100644 |
| --- a/chrome/browser/metrics/variations/variations_seed_store.cc |
| +++ b/components/metrics/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/metrics/variations_seed_store.h" |
|
Alexei Svitkine (slow)
2015/08/05 19:52:19
Why metrics and not components/variations?
That i
blundell
2015/08/05 19:54:27
Because it depends on //components/metrics (line 1
|
| #include "base/base64.h" |
| #include "base/metrics/histogram_macros.h" |