// Copyright 2018 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_BADGING_BADGE_MANAGER_DELEGATE_H_ #define CHROME_BROWSER_BADGING_BADGE_MANAGER_DELEGATE_H_ #include "base/memory/raw_ptr.h" #include "chrome/browser/badging/badge_manager.h" #include "components/webapps/common/web_app_id.h" #include "url/gurl.h" class Profile; namespace badging { // A BadgeManagerDelegate is responsible for updating the UI in response to a // badge change. class BadgeManagerDelegate { … }; } // namespace badging #endif // CHROME_BROWSER_BADGING_BADGE_MANAGER_DELEGATE_H_