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

Unified Diff: chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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: chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
diff --git a/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h b/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
index 59a2af36ac673bd901f3fed84ff7394e3402a5c9..7ede698e18125933788a3c6fda0ab988f7168771 100644
--- a/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
+++ b/chrome/browser/sync_file_system/drive_backend/fake_sync_worker.h
@@ -29,7 +29,7 @@ class DriveServiceInterface;
class DriveUploaderInterface;
}
-namespace fileapi {
+namespace storage {
class FileSystemURL;
}
@@ -74,12 +74,11 @@ class FakeSyncWorker : public SyncWorkerInterface {
virtual scoped_ptr<base::ListValue> DumpDatabase() OVERRIDE;
virtual void SetSyncEnabled(bool enabled) OVERRIDE;
virtual void PromoteDemotedChanges(const base::Closure& callback) OVERRIDE;
- virtual void ApplyLocalChange(
- const FileChange& local_change,
- const base::FilePath& local_path,
- const SyncFileMetadata& local_metadata,
- const fileapi::FileSystemURL& url,
- const SyncStatusCallback& callback) OVERRIDE;
+ virtual void ApplyLocalChange(const FileChange& local_change,
+ const base::FilePath& local_path,
+ const SyncFileMetadata& local_metadata,
+ const storage::FileSystemURL& url,
+ const SyncStatusCallback& callback) OVERRIDE;
virtual void ActivateService(RemoteServiceState service_state,
const std::string& description) OVERRIDE;
virtual void DeactivateService(const std::string& description) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698