Index: storage/browser/fileapi/quota/quota_backend_impl.cc |
diff --git a/webkit/browser/fileapi/quota/quota_backend_impl.cc b/storage/browser/fileapi/quota/quota_backend_impl.cc |
similarity index 95% |
rename from webkit/browser/fileapi/quota/quota_backend_impl.cc |
rename to storage/browser/fileapi/quota/quota_backend_impl.cc |
index deb100eecf38328e8609659cd179f0c1263a119b..6969f7f6f137161a70646c7b7388c36c0aab30f3 100644 |
--- a/webkit/browser/fileapi/quota/quota_backend_impl.cc |
+++ b/storage/browser/fileapi/quota/quota_backend_impl.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "webkit/browser/fileapi/quota/quota_backend_impl.h" |
+#include "storage/browser/fileapi/quota/quota_backend_impl.h" |
#include <string> |
@@ -11,10 +11,10 @@ |
#include "base/logging.h" |
#include "base/numerics/safe_conversions.h" |
#include "base/sequenced_task_runner.h" |
-#include "webkit/browser/fileapi/file_system_usage_cache.h" |
-#include "webkit/browser/quota/quota_client.h" |
-#include "webkit/browser/quota/quota_manager_proxy.h" |
-#include "webkit/common/fileapi/file_system_util.h" |
+#include "storage/browser/fileapi/file_system_usage_cache.h" |
+#include "storage/browser/quota/quota_client.h" |
+#include "storage/browser/quota/quota_manager_proxy.h" |
+#include "storage/common/fileapi/file_system_util.h" |
namespace storage { |