// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_APPS_LINK_CAPTURING_METRICS_INTENT_HANDLING_METRICS_H_ #define CHROME_BROWSER_APPS_LINK_CAPTURING_METRICS_INTENT_HANDLING_METRICS_H_ #include "build/chromeos_buildflags.h" #include "chrome/browser/apps/link_capturing/intent_picker_info.h" namespace content { class BrowserContext; } // namespace content namespace apps { class IntentHandlingMetrics { … }; } // namespace apps #endif // CHROME_BROWSER_APPS_LINK_CAPTURING_METRICS_INTENT_HANDLING_METRICS_H_