// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/browsing_data/content/conditional_cache_counting_helper.h" #include "content/public/browser/storage_partition.h" #include "mojo/public/cpp/bindings/callback_helpers.h" #include "services/network/public/mojom/network_context.mojom.h" namespace browsing_data { // static void ConditionalCacheCountingHelper::Count( content::StoragePartition* storage_partition, base::Time begin_time, base::Time end_time, CacheCountCallback result_callback) { … } } // namespace browsing_data