ui: Stop converting Rect to RectF implicitly in native_theme_win.cc
[chromium-blink-merge.git] / components / component_updater / component_updater_url_constants.h
blob6f83a4d769d33d7cbef75457b01ddf165bf1f373
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 COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_URL_CONSTANTS_H_
6 #define COMPONENTS_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 // COMPONENTS_COMPONENT_UPDATER_COMPONENT_UPDATER_URL_CONSTANTS_H_