Bug 858893 - Follow-up to fix B2G bustage on a CLOSED TREE.

This commit is contained in:
Andrea Marchesini 2013-04-10 11:08:08 -04:00
Родитель 60b49a7705
Коммит 277d72840f
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -1,19 +1,16 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "mozilla/dom/DesktopNotification.h"
#include "mozilla/dom/DesktopNotificationBinding.h"
#include "nsContentPermissionHelper.h"
#include "nsXULAppAPI.h"
#include "mozilla/dom/PBrowserChild.h"
#include "nsIDOMDesktopNotification.h"
#include "TabChild.h"
#include "mozilla/Preferences.h"
#include "nsGlobalWindow.h"
#include "nsIAppsService.h"
namespace mozilla {
namespace dom {