Index: third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp |
diff --git a/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp b/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp |
index decda185d23d51171492a9f1166ccb33acae28ab..c03d0b39e86c9bfe8290751bbf1a09eeddc47395 100644 |
--- a/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp |
+++ b/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp |
@@ -4,6 +4,7 @@ |
#include "modules/time_zone_monitor/TimeZoneMonitorClient.h" |
+#include <v8.h> |
#include "bindings/core/v8/V8Binding.h" |
#include "bindings/core/v8/V8PerIsolateData.h" |
#include "core/dom/ExecutionContext.h" |
@@ -15,7 +16,6 @@ |
#include "public/platform/Platform.h" |
#include "services/device/public/interfaces/constants.mojom-blink.h" |
#include "third_party/icu/source/i18n/unicode/timezone.h" |
-#include <v8.h> |
namespace blink { |