Index: webkit/fileapi/syncable/file_change.h |
diff --git a/webkit/fileapi/syncable/file_change.h b/webkit/fileapi/syncable/file_change.h |
index 88e26a4b9c27c01f5c264482103b2705c665e582..84f0c48756d1996d425467bfd08dc67e49e5f69a 100644 |
--- a/webkit/fileapi/syncable/file_change.h |
+++ b/webkit/fileapi/syncable/file_change.h |
@@ -14,7 +14,7 @@ |
#include "webkit/fileapi/syncable/sync_file_type.h" |
#include "webkit/storage/webkit_storage_export.h" |
-namespace fileapi { |
+namespace sync_file_system { |
class WEBKIT_STORAGE_EXPORT FileChange { |
public: |
@@ -71,6 +71,6 @@ class WEBKIT_STORAGE_EXPORT FileChangeList { |
List list_; |
}; |
-} // namespace fileapi |
+} // namespace sync_file_system |
#endif // WEBKIT_FILEAPI_SYNCABLE_FILE_CHANGE_H_ |