Index: content/worker/websharedworker_stub.cc |
diff --git a/content/worker/websharedworker_stub.cc b/content/worker/websharedworker_stub.cc |
index 39986ccbe2243562c76a1d516a569baec56835e7..edc9d65b596ea6b545d1986cc1cdf8792709dc25 100644 |
--- a/content/worker/websharedworker_stub.cc |
+++ b/content/worker/websharedworker_stub.cc |
@@ -4,14 +4,14 @@ |
#include "content/worker/websharedworker_stub.h" |
+#include "base/compiler_specific.h" |
#include "content/common/child_process.h" |
#include "content/common/child_thread.h" |
#include "content/common/fileapi/file_system_dispatcher.h" |
#include "content/common/webmessageportchannel_impl.h" |
#include "content/common/worker_messages.h" |
-#include "base/compiler_specific.h" |
-#include "content/worker/worker_thread.h" |
#include "content/worker/shared_worker_devtools_agent.h" |
+#include "content/worker/worker_thread.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebString.h" |
#include "third_party/WebKit/Source/Platform/chromium/public/WebURL.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebSharedWorker.h" |