// Copyright 2015 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_BROWSING_DATA_COUNTERS_CACHE_COUNTER_H_ #define CHROME_BROWSER_BROWSING_DATA_COUNTERS_CACHE_COUNTER_H_ #include <stdint.h> #include "base/memory/raw_ptr.h" #include "base/memory/weak_ptr.h" #include "components/browsing_data/core/counters/browsing_data_counter.h" class Profile; class CacheCounter : public browsing_data::BrowsingDataCounter { … }; #endif // CHROME_BROWSER_BROWSING_DATA_COUNTERS_CACHE_COUNTER_H_