// Copyright 2018 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_UI_FULLSCREEN_KEYBOARD_BROWSERTEST_BASE_H_ #define CHROME_BROWSER_UI_FULLSCREEN_KEYBOARD_BROWSERTEST_BASE_H_ #include <string> #include "chrome/test/base/in_process_browser_test.h" #include "net/test/embedded_test_server/embedded_test_server.h" #include "ui/events/keycodes/keyboard_codes.h" namespace content { class WebContents; } class Browser; class FullscreenKeyboardBrowserTestBase : public InProcessBrowserTest { … }; #endif // CHROME_BROWSER_UI_FULLSCREEN_KEYBOARD_BROWSERTEST_BASE_H_