| Index: chrome/common/variations/experiment_labels.h
|
| diff --git a/chrome/common/metrics/variations/experiment_labels.h b/chrome/common/variations/experiment_labels.h
|
| similarity index 87%
|
| rename from chrome/common/metrics/variations/experiment_labels.h
|
| rename to chrome/common/variations/experiment_labels.h
|
| index 17ec2dd89528c9fd67172cdf030aa23a9c6667ba..36669721df315736d9cf9232ab151817c097773a 100644
|
| --- a/chrome/common/metrics/variations/experiment_labels.h
|
| +++ b/chrome/common/variations/experiment_labels.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_METRICS_VARIATIONS_EXPERIMENT_LABELS_H_
|
| -#define CHROME_COMMON_METRICS_VARIATIONS_EXPERIMENT_LABELS_H_
|
| +#ifndef CHROME_COMMON_VARIATIONS_EXPERIMENT_LABELS_H_
|
| +#define CHROME_COMMON_VARIATIONS_EXPERIMENT_LABELS_H_
|
|
|
| #include "base/metrics/field_trial.h"
|
| #include "base/strings/string16.h"
|
| @@ -30,4 +30,4 @@ base::string16 ExtractNonVariationLabels(const base::string16& labels);
|
|
|
| } // namespace chrome_variations
|
|
|
| -#endif // CHROME_COMMON_METRICS_VARIATIONS_EXPERIMENT_LABELS_H_
|
| +#endif // CHROME_COMMON_VARIATIONS_EXPERIMENT_LABELS_H_
|
|
|