// 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 CHROME_BROWSER_DEVTOOLS_DEVTOOLS_WINDOW_TESTING_H_ #define CHROME_BROWSER_DEVTOOLS_DEVTOOLS_WINDOW_TESTING_H_ #include "base/functional/callback.h" #include "base/memory/raw_ptr.h" #include "chrome/browser/devtools/devtools_window.h" #include "ui/gfx/geometry/rect.h" class Browser; class Profile; namespace content { class DevToolsAgentHost; class MessageLoopRunner; class WebContents; } class DevToolsWindowTesting { … }; class DevToolsWindowCreationObserver { … }; #endif // CHROME_BROWSER_DEVTOOLS_DEVTOOLS_WINDOW_TESTING_H_