Fix wrong include paths for Bug 914944, r=me

This commit is contained in:
David Zbarsky 2013-09-11 10:36:40 -04:00
Родитель 20dd453dbf
Коммит ec0d03a962
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -14,7 +14,7 @@
#include "nsIDOMWindow.h"
#include "nsIDOMEvent.h"
#include "nsPIDOMWindow.h"
#include "PowerManager.h"
#include "mozilla/dom/PowerManager.h"
DOMCI_DATA(MozWakeLock, mozilla::dom::power::WakeLock)

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

@ -47,7 +47,7 @@
#include "InputDispatcher.h"
#include "Trace.h"
#include "PowerManager.h"
#include "mozilla/dom/PowerManager.h"
#include <stddef.h>
#include <unistd.h>