blob: 9d184d9fa431bddf28dd97aefce84fbfcb0bb916 [file] [log] [blame]
// Copyright 2014 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 URL_URL_CONSTANTS_H_
#define URL_URL_CONSTANTS_H_
#include "url/url_export.h"
namespace url {
URL_EXPORT extern const char kHttpScheme[];
URL_EXPORT extern const char kHttpsScheme[];
} // namespace url
#endif // URL_URL_CONSTANTS_H_