blob: 318d6cb7dcb1c67f8a68d4197e5a5e77337e0673 [file] [log] [blame]
// Copyright 2018 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 ANDROID_WEBVIEW_COMMON_AW_CHANNEL_H_
#define ANDROID_WEBVIEW_COMMON_AW_CHANNEL_H_
#include "components/version_info/version_info.h"
namespace android_webview {
version_info::Channel GetChannel();
} // namespace android_webview
#endif // ANDROID_WEBVIEW_COMMON_AW_CHANNEL_H_