// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/global_error/global_error_waiter.h" #include "chrome/browser/ui/global_error/global_error_service_factory.h" namespace test { GlobalErrorWaiter::GlobalErrorWaiter(Profile* profile) { … } GlobalErrorWaiter::~GlobalErrorWaiter() = default; void GlobalErrorWaiter::OnGlobalErrorsChanged() { … } void GlobalErrorWaiter::Wait() { … } } // namespace test