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

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

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
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"
« no previous file with comments | « chrome/common/variations/experiment_labels.h ('k') | chrome/common/variations/experiment_labels_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698