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

Unified Diff: webkit/fileapi/syncable/file_change.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/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_
« no previous file with comments | « chrome/browser/sync_file_system/sync_file_system_service_unittest.cc ('k') | webkit/fileapi/syncable/file_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698