chromium/ios/chrome/app/dump_documents_statistics.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IOS_CHROME_APP_DUMP_DOCUMENTS_STATISTICS_H_
#define IOS_CHROME_APP_DUMP_DOCUMENTS_STATISTICS_H_

namespace documents_statistics {

void DumpSandboxFileStatistics();

}  // namespace documents_statistics

#endif  // IOS_CHROME_APP_DUMP_DOCUMENTS_STATISTICS_H_