Index: content/common/fileapi/webblobregistry_impl.cc |
diff --git a/content/common/webblobregistry_impl.cc b/content/common/fileapi/webblobregistry_impl.cc |
similarity index 97% |
rename from content/common/webblobregistry_impl.cc |
rename to content/common/fileapi/webblobregistry_impl.cc |
index 55f902e790b340da94666bbacf1e8590a6189009..97c0684cc18bca80091e5302073cb34a9d0a80f2 100644 |
--- a/content/common/webblobregistry_impl.cc |
+++ b/content/common/fileapi/webblobregistry_impl.cc |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/common/webblobregistry_impl.h" |
+#include "content/common/fileapi/webblobregistry_impl.h" |
#include "base/memory/ref_counted.h" |
#include "base/shared_memory.h" |
#include "content/common/child_thread.h" |
-#include "content/common/webblob_messages.h" |
+#include "content/common/fileapi/webblob_messages.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebBlobData.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebString.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURL.h" |