Chromium Code Reviews| 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_ |