chromium/chrome/test/chromedriver/chrome/web_view.h

// Copyright 2013 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_TEST_CHROMEDRIVER_CHROME_WEB_VIEW_H_
#define CHROME_TEST_CHROMEDRIVER_CHROME_WEB_VIEW_H_

#include <memory>
#include <string>
#include <vector>

#include "base/functional/callback_forward.h"
#include "base/values.h"

namespace base {
class FilePath;
class TimeDelta;
}  // namespace base

class FedCmTracker;
class FrameTracker;
class MobileEmulationOverrideManager;
class Status;
class Timeout;
struct Geoposition;
struct KeyEvent;
struct MouseEvent;
struct NetworkConditions;
struct TouchEvent;

class WebView {};

#endif  // CHROME_TEST_CHROMEDRIVER_CHROME_WEB_VIEW_H_