Add ICU message format support
[chromium-blink-merge.git] / chrome / browser / component_updater / component_updater_url_constants.h
blobf26e85dacb06014c1b878c2f63ea5313f8a9a688
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_URL_CONSTANTS_H_
6 #define CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_URL_CONSTANTS_H_
8 namespace component_updater {
10 extern const char kUpdaterAltUrl[];
11 extern const char kUpdaterDefaultUrl[];
13 } // namespace component_updater
15 #endif // CHROME_BROWSER_COMPONENT_UPDATER_COMPONENT_UPDATER_URL_CONSTANTS_H_