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

Unified Diff: webkit/fileapi/syncable/local_file_sync_context.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/local_file_sync_context.h
diff --git a/webkit/fileapi/syncable/local_file_sync_context.h b/webkit/fileapi/syncable/local_file_sync_context.h
index a1e8c36b60aacde2aa6b439404b1523b68f30caf..b3d42d4f65c0238bf907eb0477108a8f58d89cfa 100644
--- a/webkit/fileapi/syncable/local_file_sync_context.h
+++ b/webkit/fileapi/syncable/local_file_sync_context.h
@@ -29,9 +29,12 @@ namespace base {
class SingleThreadTaskRunner;
}
+namespace sync_file_system {
+class FileChange;
+}
+
namespace fileapi {
-class FileChange;
class FileSystemContext;
class LocalFileChangeTracker;
struct LocalFileSyncInfo;
@@ -115,7 +118,7 @@ class WEBKIT_STORAGE_EXPORT LocalFileSyncContext
// This method must be called on UI thread.
void ApplyRemoteChange(
FileSystemContext* file_system_context,
- const FileChange& change,
+ const sync_file_system::FileChange& change,
const base::FilePath& local_path,
const FileSystemURL& url,
const SyncStatusCallback& callback);
@@ -124,7 +127,7 @@ class WEBKIT_STORAGE_EXPORT LocalFileSyncContext
void RecordFakeLocalChange(
FileSystemContext* file_system_context,
const fileapi::FileSystemURL& url,
- const fileapi::FileChange& change,
+ const sync_file_system::FileChange& change,
const fileapi::SyncStatusCallback& callback);
// This must be called on UI thread.
« no previous file with comments | « webkit/fileapi/syncable/local_file_change_tracker_unittest.cc ('k') | webkit/fileapi/syncable/local_file_sync_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698