Index: storage/browser/fileapi/quota/quota_backend_impl.h |
diff --git a/webkit/browser/fileapi/quota/quota_backend_impl.h b/storage/browser/fileapi/quota/quota_backend_impl.h |
similarity index 86% |
copy from webkit/browser/fileapi/quota/quota_backend_impl.h |
copy to storage/browser/fileapi/quota/quota_backend_impl.h |
index 033a61a6fab9d6a033a0bdb2aeb69243c2b3dae2..ed151572cb798fda07700330e9976e7f6fe075be 100644 |
--- a/webkit/browser/fileapi/quota/quota_backend_impl.h |
+++ b/storage/browser/fileapi/quota/quota_backend_impl.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_BACKEND_IMPL_H_ |
-#define WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_BACKEND_IMPL_H_ |
+#ifndef STORAGE_BROWSER_FILEAPI_QUOTA_QUOTA_BACKEND_IMPL_H_ |
+#define STORAGE_BROWSER_FILEAPI_QUOTA_QUOTA_BACKEND_IMPL_H_ |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
-#include "webkit/browser/fileapi/quota/quota_reservation_manager.h" |
-#include "webkit/browser/fileapi/sandbox_file_system_backend_delegate.h" |
-#include "webkit/browser/storage_browser_export.h" |
-#include "webkit/common/quota/quota_status_code.h" |
+#include "storage/browser/fileapi/quota/quota_reservation_manager.h" |
+#include "storage/browser/fileapi/sandbox_file_system_backend_delegate.h" |
+#include "storage/browser/storage_browser_export.h" |
+#include "storage/common/quota/quota_status_code.h" |
namespace base { |
class SequencedTaskRunner; |
@@ -103,4 +103,4 @@ class STORAGE_EXPORT QuotaBackendImpl |
} // namespace storage |
-#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_BACKEND_IMPL_H_ |
+#endif // STORAGE_BROWSER_FILEAPI_QUOTA_QUOTA_BACKEND_IMPL_H_ |