// Copyright 2021 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_LOAD_ERROR_WAITER_H_ #define CHROME_BROWSER_EXTENSIONS_LOAD_ERROR_WAITER_H_ #include "base/run_loop.h" #include "base/scoped_observation.h" #include "chrome/browser/extensions/load_error_reporter.h" namespace extensions { class LoadErrorWaiter : public extensions::LoadErrorReporter::Observer { … }; } // namespace extensions #endif // CHROME_BROWSER_EXTENSIONS_LOAD_ERROR_WAITER_H_