// Copyright 2022 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_PASSWORD_MANAGER_PASSWORDS_NAVIGATION_OBSERVER_H_ #define CHROME_BROWSER_PASSWORD_MANAGER_PASSWORDS_NAVIGATION_OBSERVER_H_ #include <string> #include "base/run_loop.h" #include "content/public/browser/web_contents_observer.h" #include "content/public/test/browser_test_utils.h" class PasswordsNavigationObserver : public content::WebContentsObserver { … }; #endif // CHROME_BROWSER_PASSWORD_MANAGER_PASSWORDS_NAVIGATION_OBSERVER_H_