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

Unified Diff: chrome/browser/metrics/variations/url_constants.h

Issue 1060743003: Cleanup chrome/browser/metrics url constants (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved to variations dir, improved namespace Created 5 years, 8 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 | « no previous file | chrome/browser/metrics/variations/url_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/variations/url_constants.h
diff --git a/chrome/browser/metrics/variations/url_constants.h b/chrome/browser/metrics/variations/url_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..899f54708ca7ad6220d510048fb91ae358e229ac
--- /dev/null
+++ b/chrome/browser/metrics/variations/url_constants.h
@@ -0,0 +1,14 @@
+// Copyright (c) 2015 The Chromium Authors. All rights reserved.
Alexei Svitkine (slow) 2015/04/16 21:19:16 Nit: Remove (c) here and in the .cc file - for new
+// 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_URL_CONSTANTS_H_
+#define CHROME_BROWSER_METRICS_VARIATIONS_URL_CONSTANTS_H_
+
+namespace chrome_variations {
+
+extern const char kDefaultServerUrl[];
+
+} // namespace chrome_variations
+
+#endif // CHROME_BROWSER_METRICS_VARIATIONS_URL_CONSTANTS_H_
« no previous file with comments | « no previous file | chrome/browser/metrics/variations/url_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698