chore: add missing content:: namespace for BrowserContext in PlatformNotificationService

This commit is contained in:
Samuel Attard 2019-03-21 20:30:59 -07:00
parent 7382c519c9
commit 158e41e578

View file

@ -135,11 +135,11 @@ void PlatformNotificationService::RecordNotificationUkmEvent(
const content::NotificationDatabaseData& data) {} const content::NotificationDatabaseData& data) {}
void PlatformNotificationService::ScheduleTrigger( void PlatformNotificationService::ScheduleTrigger(
BrowserContext* browser_context, content::BrowserContext* browser_context,
base::Time timestamp) {} base::Time timestamp) {}
base::Time PlatformNotificationService::ReadNextTriggerTimestamp( base::Time PlatformNotificationService::ReadNextTriggerTimestamp(
BrowserContext* browser_context) { content::BrowserContext* browser_context) {
return base::Time::Max(); return base::Time::Max();
} }