blob: 170cf71a96210fc7f8fe2a4e2c4b7781fdf3a938 [file] [log] [blame]
// Copyright 2022 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_SUPPORT_TOOL_DATA_COLLECTOR_UTILS_H_
#define CHROME_BROWSER_SUPPORT_TOOL_DATA_COLLECTOR_UTILS_H_
#include "chrome/browser/support_tool/data_collector.h"
void MergePIIMaps(PIIMap& out_pii_map, const PIIMap& from_pii_map);
#endif // CHROME_BROWSER_SUPPORT_TOOL_DATA_COLLECTOR_UTILS_H_