summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/core/workers/WorkerLocation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/workers/WorkerLocation.cpp')
-rw-r--r--chromium/third_party/WebKit/Source/core/workers/WorkerLocation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/core/workers/WorkerLocation.cpp b/chromium/third_party/WebKit/Source/core/workers/WorkerLocation.cpp
index c93e8d1be15..87b509067c6 100644
--- a/chromium/third_party/WebKit/Source/core/workers/WorkerLocation.cpp
+++ b/chromium/third_party/WebKit/Source/core/workers/WorkerLocation.cpp
@@ -25,9 +25,10 @@
*/
#include "config.h"
+
#include "core/workers/WorkerLocation.h"
-#include "wtf/text/WTFString.h"
+#include <wtf/text/WTFString.h>
namespace WebCore {