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

Unified Diff: chrome/browser/sync_file_system/file_status_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/file_status_observer.h
diff --git a/chrome/browser/sync_file_system/file_status_observer.h b/chrome/browser/sync_file_system/file_status_observer.h
index fc60bb42d5e7301685ce7de42c946339781238cf..c9a546e3e806ab542ee3849a6582bf1d3cd987fb 100644
--- a/chrome/browser/sync_file_system/file_status_observer.h
+++ b/chrome/browser/sync_file_system/file_status_observer.h
@@ -10,7 +10,7 @@
#include "chrome/browser/sync_file_system/sync_direction.h"
#include "chrome/browser/sync_file_system/sync_file_status.h"
-namespace fileapi {
+namespace storage {
class FileSystemURL;
}
@@ -21,7 +21,7 @@ class FileStatusObserver {
FileStatusObserver() {}
virtual ~FileStatusObserver() {}
- virtual void OnFileStatusChanged(const fileapi::FileSystemURL& url,
+ virtual void OnFileStatusChanged(const storage::FileSystemURL& url,
SyncFileStatus sync_status,
SyncAction action_taken,
SyncDirection direction) = 0;
« no previous file with comments | « chrome/browser/sync_file_system/file_change.h ('k') | chrome/browser/sync_file_system/local/canned_syncable_file_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698