// Copyright 2017 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_CAPTIVE_PORTAL_CORE_CAPTIVE_PORTAL_METRICS_H_ #define COMPONENTS_CAPTIVE_PORTAL_CORE_CAPTIVE_PORTAL_METRICS_H_ #include "components/captive_portal/core/captive_portal_export.h" namespace captive_portal { // Class which defines metrics used for tracking user interaction with captive // portals. class CAPTIVE_PORTAL_EXPORT CaptivePortalMetrics { … }; } // namespace captive_portal #endif // COMPONENTS_CAPTIVE_PORTAL_CORE_CAPTIVE_PORTAL_METRICS_H_