Index: webkit/fileapi/syncable/sync_file_type.h |
diff --git a/webkit/fileapi/syncable/sync_file_type.h b/webkit/fileapi/syncable/sync_file_type.h |
index 2caacc72004e3fa57a108bf5c263e32894abf2cd..77428a1b6f0cbd9e01146d1a8c129ff8b4a831e5 100644 |
--- a/webkit/fileapi/syncable/sync_file_type.h |
+++ b/webkit/fileapi/syncable/sync_file_type.h |
@@ -5,7 +5,7 @@ |
#ifndef WEBKIT_FILEAPI_SYNCABLE_SYNC_FILE_TYPE_H_ |
#define WEBKIT_FILEAPI_SYNCABLE_SYNC_FILE_TYPE_H_ |
-namespace fileapi { |
+namespace sync_file_system { |
enum SyncFileType { |
// For non-existent files or for files whose type is not known yet. |
@@ -18,6 +18,6 @@ enum SyncFileType { |
SYNC_FILE_TYPE_DIRECTORY, |
}; |
-} // namespace fileapi |
+} // namespace sync_file_system |
#endif // WEBKIT_FILEAPI_SYNCABLE_SYNC_FILE_TYPE_H_ |