chromium/content/web_test/renderer/test_preferences.h

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

#ifndef CONTENT_WEB_TEST_RENDERER_TEST_PREFERENCES_H_
#define CONTENT_WEB_TEST_RENDERER_TEST_PREFERENCES_H_

#include "third_party/blink/public/mojom/webpreferences/web_preferences.mojom.h"
#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/public/platform/web_url.h"

namespace content {

struct TestPreferences {};
}  // namespace content

#endif  // CONTENT_WEB_TEST_RENDERER_TEST_PREFERENCES_H_