Index: storage/browser/fileapi/quota/open_file_handle.h |
diff --git a/webkit/browser/fileapi/quota/open_file_handle.h b/storage/browser/fileapi/quota/open_file_handle.h |
similarity index 90% |
copy from webkit/browser/fileapi/quota/open_file_handle.h |
copy to storage/browser/fileapi/quota/open_file_handle.h |
index d54c033ce5ae81c978914d055233f98ec58cf79e..8954b1db71f9470e94ab6013c04d58e1570f22d6 100644 |
--- a/webkit/browser/fileapi/quota/open_file_handle.h |
+++ b/storage/browser/fileapi/quota/open_file_handle.h |
@@ -2,13 +2,13 @@ |
// 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_OPEN_FILE_HANDLE_H_ |
-#define WEBKIT_BROWSER_FILEAPI_QUOTA_OPEN_FILE_HANDLE_H_ |
+#ifndef STORAGE_BROWSER_FILEAPI_QUOTA_OPEN_FILE_HANDLE_H_ |
+#define STORAGE_BROWSER_FILEAPI_QUOTA_OPEN_FILE_HANDLE_H_ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
-#include "webkit/browser/storage_browser_export.h" |
+#include "storage/browser/storage_browser_export.h" |
namespace base { |
class FilePath; |
@@ -67,4 +67,4 @@ class STORAGE_EXPORT OpenFileHandle { |
} // namespace storage |
-#endif // WEBKIT_BROWSER_FILEAPI_QUOTA_OPEN_FILE_HANDLE_H_ |
+#endif // STORAGE_BROWSER_FILEAPI_QUOTA_OPEN_FILE_HANDLE_H_ |