| // Copyright 2021 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_EMBEDDER_SUPPORT_ANDROID_COMMON_URL_CONSTANTS_H_ | |
| #define COMPONENTS_EMBEDDER_SUPPORT_ANDROID_COMMON_URL_CONSTANTS_H_ | |
| #include <stddef.h> | |
| namespace embedder_support { | |
| extern const char kAndroidAppScheme[]; | |
| } // namespace embedder_support | |
| #endif // COMPONENTS_EMBEDDER_SUPPORT_ANDROID_COMMON_URL_CONSTANTS_H_ |