Index: content/shell/browser/layout_test/layout_test_notification_manager.h |
diff --git a/content/shell/browser/layout_test/layout_test_notification_manager.h b/content/shell/browser/layout_test/layout_test_notification_manager.h |
index 150d5d9158adb6155fce17d69c7fadbb30c3e66d..b7108d1aac8ebef67356d55795c472005a040251 100644 |
--- a/content/shell/browser/layout_test/layout_test_notification_manager.h |
+++ b/content/shell/browser/layout_test/layout_test_notification_manager.h |
@@ -67,7 +67,7 @@ class LayoutTestNotificationManager : public PlatformNotificationService { |
const NotificationResources& notification_resources) override; |
void ClosePersistentNotification(BrowserContext* browser_context, |
const std::string& notification_id) override; |
- bool GetDisplayedPersistentNotifications( |
+ bool GetDisplayedNotifications( |
BrowserContext* browser_context, |
std::set<std::string>* displayed_notifications) override; |