Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: webkit/fileapi/syncable/sync_file_type.h

Issue 12315004: Migrated sync_file_type and file_change from namespace fileapi to sync_file_system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « webkit/fileapi/syncable/sync_file_metadata.cc ('k') | webkit/fileapi/syncable/syncable_file_system_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698