summaryrefslogtreecommitdiff
path: root/chromium/components/variations/variations_url_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/variations/variations_url_constants.h')
-rw-r--r--chromium/components/variations/variations_url_constants.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/chromium/components/variations/variations_url_constants.h b/chromium/components/variations/variations_url_constants.h
new file mode 100644
index 00000000000..ffff0dcaa74
--- /dev/null
+++ b/chromium/components/variations/variations_url_constants.h
@@ -0,0 +1,14 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef COMPONENTS_VARIATIONS_VARIATIONS_URL_CONSTANTS_H_
+#define COMPONENTS_VARIATIONS_VARIATIONS_URL_CONSTANTS_H_
+
+namespace variations {
+
+extern const char kDefaultServerUrl[];
+
+} // namespace variations
+
+#endif // COMPONENTS_VARIATIONS_VARIATIONS_URL_CONSTANTS_H_