channel_getter.h 513 B

123456789101112131415161718
  1. // Copyright 2018 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.
  4. #ifndef COMPONENTS_VERSION_INFO_ANDROID_CHANNEL_GETTER_H_
  5. #define COMPONENTS_VERSION_INFO_ANDROID_CHANNEL_GETTER_H_
  6. #include "components/version_info/channel.h"
  7. namespace version_info {
  8. namespace android {
  9. Channel GetChannel();
  10. } // namespace android
  11. } // namespace version_info
  12. #endif // COMPONENTS_VERSION_INFO_ANDROID_CHANNEL_GETTER_H_