// Copyright 2018 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_DOWNLOAD_DATABASE_IN_PROGRESS_UKM_INFO_H_ #define COMPONENTS_DOWNLOAD_DATABASE_IN_PROGRESS_UKM_INFO_H_ #include <stdint.h> #include "components/download/public/common/download_source.h" namespace download { // Contains information for UKM reporting. struct UkmInfo { … }; } // namespace download #endif // COMPONENTS_DOWNLOAD_DATABASE_IN_PROGRESS_UKM_INFO_H_