Index: webkit/browser/fileapi/local_file_util.h |
diff --git a/webkit/browser/fileapi/local_file_util.h b/webkit/browser/fileapi/local_file_util.h |
index 18199ad6f5614f68a38859fb59d647d0887ce4df..b22d225ecca58eb19b56c1850b4fad062f8584d6 100644 |
--- a/webkit/browser/fileapi/local_file_util.h |
+++ b/webkit/browser/fileapi/local_file_util.h |
@@ -17,7 +17,7 @@ class Time; |
class GURL; |
-namespace fileapi { |
+namespace storage { |
class FileSystemOperationContext; |
class FileSystemURL; |
@@ -78,7 +78,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT LocalFileUtil |
virtual base::File::Error DeleteDirectory( |
FileSystemOperationContext* context, |
const FileSystemURL& url) OVERRIDE; |
- virtual webkit_blob::ScopedFile CreateSnapshotFile( |
+ virtual storage::ScopedFile CreateSnapshotFile( |
FileSystemOperationContext* context, |
const FileSystemURL& url, |
base::File::Error* error, |
@@ -89,6 +89,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT LocalFileUtil |
DISALLOW_COPY_AND_ASSIGN(LocalFileUtil); |
}; |
-} // namespace fileapi |
+} // namespace storage |
#endif // WEBKIT_BROWSER_FILEAPI_LOCAL_FILE_UTIL_H_ |