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

Unified Diff: chrome/browser/sync_file_system/sync_event_observer.h

Issue 12304015: Migrated sync_file_status, sync_action and sync_direction from fileapi:: namespace to sync_file_sys… (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: 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 c8c0b24c8028b84c043da944abb29ea252afd8a0..70b29f3294a41751f3d018b9dbfe42863fc62ea1 100644
--- a/chrome/browser/sync_file_system/sync_event_observer.h
+++ b/chrome/browser/sync_file_system/sync_event_observer.h
@@ -50,9 +50,9 @@ 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,
- fileapi::SyncFileStatus status,
- fileapi::SyncAction action,
- fileapi::SyncDirection direction) = 0;
+ SyncFileStatus status,
+ SyncAction action,
+ SyncDirection direction) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(SyncEventObserver);

Powered by Google App Engine
This is Rietveld 408576698