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

Unified Diff: webkit/fileapi/syncable/sync_file_metadata.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_metadata.h
diff --git a/webkit/fileapi/syncable/sync_file_metadata.h b/webkit/fileapi/syncable/sync_file_metadata.h
index 097c3776cc55a0faac976b072c5f1c53407c7475..b4c3f69fc3c4970475fc3c6653c4d7b88cfafc7b 100644
--- a/webkit/fileapi/syncable/sync_file_metadata.h
+++ b/webkit/fileapi/syncable/sync_file_metadata.h
@@ -16,12 +16,12 @@ namespace fileapi {
class WEBKIT_STORAGE_EXPORT SyncFileMetadata {
public:
SyncFileMetadata();
- SyncFileMetadata(SyncFileType file_type,
+ SyncFileMetadata(sync_file_system::SyncFileType file_type,
int64 size,
const base::Time& last_modified);
~SyncFileMetadata();
- SyncFileType file_type;
+ sync_file_system::SyncFileType file_type;
int64 size;
base::Time last_modified;
@@ -45,7 +45,7 @@ struct WEBKIT_STORAGE_EXPORT LocalFileSyncInfo {
FileSystemURL url;
base::FilePath local_file_path;
SyncFileMetadata metadata;
- FileChangeList changes;
+ sync_file_system::FileChangeList changes;
};
} // namespace fileapi
« no previous file with comments | « webkit/fileapi/syncable/local_file_sync_context_unittest.cc ('k') | webkit/fileapi/syncable/sync_file_metadata.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698