| Index: chrome/common/variations/experiment_labels.cc
|
| diff --git a/chrome/common/metrics/variations/experiment_labels.cc b/chrome/common/variations/experiment_labels.cc
|
| similarity index 98%
|
| rename from chrome/common/metrics/variations/experiment_labels.cc
|
| rename to chrome/common/variations/experiment_labels.cc
|
| index 489c9c367c53f56550cc66a43dd522f3016211f3..99fe6b9267c9402321bd1cd2e7b5f9078cf9e23d 100644
|
| --- a/chrome/common/metrics/variations/experiment_labels.cc
|
| +++ b/chrome/common/variations/experiment_labels.cc
|
| @@ -2,7 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/metrics/variations/experiment_labels.h"
|
| +#include "chrome/common/variations/experiment_labels.h"
|
| +
|
| +#include <vector>
|
|
|
| #include "base/logging.h"
|
| #include "base/strings/string_number_conversions.h"
|
|
|