| Index: content/child/notifications/notification_data_conversions.h
|
| diff --git a/content/child/notifications/notification_data_conversions.h b/content/child/notifications/notification_data_conversions.h
|
| deleted file mode 100644
|
| index 445ff60316d18c87722ff359dcb19fd1d505ade6..0000000000000000000000000000000000000000
|
| --- a/content/child/notifications/notification_data_conversions.h
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// Copyright 2014 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.
|
| -
|
| -#ifndef CONTENT_CHILD_NOTIFICATIONS_NOTIFICATION_DATA_CONVERSIONS_H_
|
| -#define CONTENT_CHILD_NOTIFICATIONS_NOTIFICATION_DATA_CONVERSIONS_H_
|
| -
|
| -#include "content/common/content_export.h"
|
| -#include "content/public/common/platform_notification_data.h"
|
| -#include "third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h"
|
| -
|
| -namespace content {
|
| -
|
| -// Converts Blink WebNotificationData to PlatformNotificationData.
|
| -CONTENT_EXPORT PlatformNotificationData
|
| -ToPlatformNotificationData(const blink::WebNotificationData& web_data);
|
| -
|
| -// Converts PlatformNotificationData to Blink WebNotificationData.
|
| -CONTENT_EXPORT blink::WebNotificationData ToWebNotificationData(
|
| - const PlatformNotificationData& platform_data);
|
| -
|
| -} // namespace content
|
| -
|
| -#endif // CONTENT_CHILD_NOTIFICATIONS_NOTIFICATION_DATA_CONVERSIONS_H_
|
|
|