#include "components/browsing_data/content/browsing_data_test_util.h"
#include <string>
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/browser_test_utils.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace browsing_data_test_util {
bool HasDataForType(const std::string& type,
content::WebContents* web_contents) { … }
void SetDataForType(const std::string& type,
content::WebContents* web_contents) { … }
void SetDataForType(const std::string& type,
content::RenderFrameHost* render_frame_host) { … }
}