// 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_BROWSER_EXTENSIONS_WEBSTORE_INSTALLER_TEST_H_ #define CHROME_BROWSER_EXTENSIONS_WEBSTORE_INSTALLER_TEST_H_ #include <string> #include "chrome/browser/extensions/extension_browsertest.h" #include "extensions/browser/extension_dialog_auto_confirm.h" #include "url/gurl.h" namespace base { class CommandLine; } namespace net::test_server { struct HttpRequest; } class WebstoreInstallerTest : public extensions::ExtensionBrowserTest { … }; #endif // CHROME_BROWSER_EXTENSIONS_WEBSTORE_INSTALLER_TEST_H_