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

Unified Diff: components/variations/variations_url_constants.h

Issue 1262683006: Componentize variations_url_constants.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 4 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 | « components/variations/BUILD.gn ('k') | components/variations/variations_url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/variations/variations_url_constants.h
diff --git a/chrome/browser/metrics/variations/variations_url_constants.h b/components/variations/variations_url_constants.h
similarity index 56%
rename from chrome/browser/metrics/variations/variations_url_constants.h
rename to components/variations/variations_url_constants.h
index d0165f83c5078b71b4335f7a771d30567fcef00e..0059a7ab3fc0295ae2420ca239e4b49f1cabc1a4 100644
--- a/chrome/browser/metrics/variations/variations_url_constants.h
+++ b/components/variations/variations_url_constants.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_BROWSER_METRICS_VARIATIONS_VARIATIONS_URL_CONSTANTS_H_
-#define CHROME_BROWSER_METRICS_VARIATIONS_VARIATIONS_URL_CONSTANTS_H_
+#ifndef COMPONENTS_VARIATIONS_VARIATIONS_URL_CONSTANTS_H_
+#define COMPONENTS_VARIATIONS_VARIATIONS_URL_CONSTANTS_H_
namespace chrome_variations {
@@ -11,4 +11,4 @@ extern const char kDefaultServerUrl[];
} // namespace chrome_variations
-#endif // CHROME_BROWSER_METRICS_VARIATIONS_VARIATIONS_URL_CONSTANTS_H_
+#endif // COMPONENTS_VARIATIONS_VARIATIONS_URL_CONSTANTS_H_
« no previous file with comments | « components/variations/BUILD.gn ('k') | components/variations/variations_url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698