#ifndef CHROME_BROWSER_EXTENSIONS_UPDATER_EXTENSION_UPDATE_CLIENT_BASE_BROWSERTEST_H_
#define CHROME_BROWSER_EXTENSIONS_UPDATER_EXTENSION_UPDATE_CLIENT_BASE_BROWSERTEST_H_
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "chrome/browser/extensions/extension_browsertest.h"
#include "chrome/browser/extensions/updater/chrome_update_client_config.h"
#include "components/update_client/update_client.h"
#include "content/public/test/url_loader_interceptor.h"
namespace base {
namespace test {
class ScopedFeatureList;
}
}
namespace content {
class BrowserMainParts;
}
namespace update_client {
class URLLoaderPostInterceptor;
}
namespace extensions {
class ChromeUpdateClientConfig;
class UpdateService;
class ExtensionUpdateClientBaseTest : public ExtensionBrowserTest { … };
}
#endif