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

Unified Diff: chrome/browser/sync_file_system/sync_event_observer.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/sync_event_observer.h
diff --git a/chrome/browser/sync_file_system/sync_event_observer.h b/chrome/browser/sync_file_system/sync_event_observer.h
index 35ada7edc8fe6f2bc516a8b54e4066a6028cad99..6e22100d7061dbff88828893dd7478461f2788ad 100644
--- a/chrome/browser/sync_file_system/sync_event_observer.h
+++ b/chrome/browser/sync_file_system/sync_event_observer.h
@@ -12,7 +12,7 @@
class GURL;
-namespace fileapi {
+namespace storage {
class FileSystemURL;
}
@@ -31,7 +31,7 @@ class SyncEventObserver {
// Reports the file |url| was updated and resulted in |result|
// by the sync file system backend.
- virtual void OnFileSynced(const fileapi::FileSystemURL& url,
+ virtual void OnFileSynced(const storage::FileSystemURL& url,
SyncFileStatus status,
SyncAction action,
SyncDirection direction) = 0;
« no previous file with comments | « chrome/browser/sync_file_system/sync_callbacks.h ('k') | chrome/browser/sync_file_system/sync_file_metadata.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698