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

Unified Diff: chrome/common/variations/experiment_labels.h

Issue 292663009: Move chrome/common/metrics/variations to chrome/common/variations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « chrome/common/variations/OWNERS ('k') | chrome/common/variations/experiment_labels.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « chrome/common/variations/OWNERS ('k') | chrome/common/variations/experiment_labels.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698