Index: third_party/WebKit/Source/modules/battery/NavigatorBattery.cpp |
diff --git a/third_party/WebKit/Source/modules/battery/NavigatorBattery.cpp b/third_party/WebKit/Source/modules/battery/NavigatorBattery.cpp |
index a6c7351d00ee32c2c5a555e8ef586002598b334f..6502ab33fc3950d9fef3f41443880eecd55a1d57 100644 |
--- a/third_party/WebKit/Source/modules/battery/NavigatorBattery.cpp |
+++ b/third_party/WebKit/Source/modules/battery/NavigatorBattery.cpp |
@@ -8,6 +8,7 @@ |
#include "core/dom/Document.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/frame/LocalDOMWindow.h" |
+#include "core/frame/Navigator.h" |
#include "modules/battery/BatteryManager.h" |
namespace blink { |