Index: content/child/webblobregistry_impl.cc |
diff --git a/content/child/webblobregistry_impl.cc b/content/child/webblobregistry_impl.cc |
index b70b8830d717402079c954f898da3592c91a9910..745b59531d265b4d16417637110ab8e74ebd0976 100644 |
--- a/content/child/webblobregistry_impl.cc |
+++ b/content/child/webblobregistry_impl.cc |
@@ -7,9 +7,9 @@ |
#include "base/memory/ref_counted.h" |
#include "base/message_loop.h" |
#include "base/shared_memory.h" |
-#include "content/common/child_thread.h" |
+#include "content/child/child_thread.h" |
+#include "content/child/thread_safe_sender.h" |
#include "content/common/fileapi/webblob_messages.h" |
-#include "content/common/thread_safe_sender.h" |
#include "third_party/WebKit/public/platform/WebBlobData.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/public/platform/WebURL.h" |