chromium/components/browser_ui/util/android/url_constants.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_BROWSER_UI_UTIL_ANDROID_URL_CONSTANTS_H_
#define COMPONENTS_BROWSER_UI_UTIL_ANDROID_URL_CONSTANTS_H_

namespace browser_ui {

extern const char kChromeUINativeScheme[];

}  // namespace browser_ui

#endif  // COMPONENTS_BROWSER_UI_UTIL_ANDROID_URL_CONSTANTS_H_