| Index: chrome/browser/notifications/notification_display_service.cc
|
| diff --git a/chrome/browser/notifications/notification_display_service.cc b/chrome/browser/notifications/notification_display_service.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..20c5288fd6003d1598c8e3941235551c0b690336
|
| --- /dev/null
|
| +++ b/chrome/browser/notifications/notification_display_service.cc
|
| @@ -0,0 +1,9 @@
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "chrome/browser/notifications/notification_display_service.h"
|
| +#include "chrome/browser/profiles/profile.h"
|
| +
|
| +NotificationDisplayService::NotificationDisplayService(Profile* profile)
|
| + : profile_(profile) {}
|
|
|