blob: 9104676d614d90e8bec5c10f494bec83d3aebda6 [file] [log] [blame]
Avi Drissman4e1b7bc32022-09-15 14:03:501// Copyright 2017 The Chromium Authors
lfg84763c92017-02-16 18:55:152// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CONTENT_BROWSER_POINTER_LOCK_BROWSERTEST_H_
6#define CONTENT_BROWSER_POINTER_LOCK_BROWSERTEST_H_
7
8namespace content {
9
10void InstallCreateHooksForPointerLockBrowserTests();
11
12} // namespace content
13
14#endif // CONTENT_BROWSER_POINTER_LOCK_BROWSERTEST_H_