Index: Source/core/platform/network/NetworkStateNotifier.cpp |
diff --git a/Source/core/platform/network/NetworkStateNotifier.cpp b/Source/core/platform/network/NetworkStateNotifier.cpp |
index c516da8ff2173f54132303618888db395d0c61db..94cb9d02407f1f21616e24c54d7cc7ca55d5aa46 100644 |
--- a/Source/core/platform/network/NetworkStateNotifier.cpp |
+++ b/Source/core/platform/network/NetworkStateNotifier.cpp |
@@ -26,9 +26,9 @@ |
#include "config.h" |
#include "core/platform/network/NetworkStateNotifier.h" |
-#include <wtf/Assertions.h> |
-#include <wtf/StdLibExtras.h> |
-#include <wtf/Threading.h> |
+#include "wtf/Assertions.h" |
+#include "wtf/StdLibExtras.h" |
+#include "wtf/Threading.h" |
namespace WebCore { |