diff options
Diffstat (limited to 'chrome/browser/sync_file_system/local_file_sync_service.h')
-rw-r--r-- | chrome/browser/sync_file_system/local_file_sync_service.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/sync_file_system/local_file_sync_service.h b/chrome/browser/sync_file_system/local_file_sync_service.h index 3c941b0..9720c95 100644 --- a/chrome/browser/sync_file_system/local_file_sync_service.h +++ b/chrome/browser/sync_file_system/local_file_sync_service.h @@ -24,20 +24,20 @@ class Profile; namespace fileapi { class FileSystemContext; -class LocalFileSyncContext; } namespace sync_file_system { class FileChange; class LocalChangeProcessor; +class LocalFileSyncContext; struct LocalFileSyncInfo; // Maintains local file change tracker and sync status. // Owned by SyncFileSystemService (which is a per-profile object). class LocalFileSyncService : public RemoteChangeProcessor, - public fileapi::LocalOriginChangeObserver, + public LocalOriginChangeObserver, public base::SupportsWeakPtr<LocalFileSyncService> { public: class Observer { @@ -191,7 +191,7 @@ class LocalFileSyncService Profile* profile_; - scoped_refptr<fileapi::LocalFileSyncContext> sync_context_; + scoped_refptr<LocalFileSyncContext> sync_context_; // Origin to context map. (Assuming that as far as we're in the same // profile single origin wouldn't belong to multiple FileSystemContexts.) |