// Copyright 2012 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_PROFILES_PROFILE_METRICS_H_ #define CHROME_BROWSER_PROFILES_PROFILE_METRICS_H_ #include <stddef.h> #include "build/build_config.h" class Profile; class ProfileAttributesEntry; class ProfileAttributesStorage; namespace profile_metrics { struct Counts; } #if BUILDFLAG(IS_ANDROID) namespace signin { enum GAIAServiceType : int; } #endif // BUILDFLAG(IS_ANDROID) class ProfileMetrics { … }; #endif // CHROME_BROWSER_PROFILES_PROFILE_METRICS_H_